-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "tech-action-working-group",
"version": "1.0.0",
"description": "new york city tech action working group",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bundle exec jekyll build && npm run js",
"watch": "parallelshell \"bundle exec jekyll serve\" \"npm run watch:js\"",
"js": "browserify src/assets/main.js -o dist/assets/main.js",
"watch:js": "parallelshell \"onchange 'src/assets/main.js' -- npm run js\" \"onchange 'dist/index.html' -- npm run js\""
},
"dependencies": {
"custom-scroll-animations": "^1.0.1"
},
"devDependencies": {
"browserify": "^15.1.0",
"onchange": "^3.3.0",
"parallelshell": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://skiprox@bitbucket.org/skiprox/tech-action-working-group.git"
},
"browser": {
"tween-lite": "./node_modules/gsap/src/uncompressed/TweenLite.js",
"timeline-lite": "./node_modules/gsap/src/uncompressed/TimelineLite.js",
"ease-pack": "./node_modules/gsap/src/uncompressed/easing/EasePack.js",
"css-plugin": "./node_modules/gsap/src/uncompressed/plugins/CssPlugin.js",
"scroll-to-plugin": "./node_modules/gsap/src/uncompressed/plugins/ScrollToPlugin.js"
},
"author": "skiprox",
"license": "ISC",
"homepage": "https://bitbucket.org/skiprox/tech-action-working-group#readme"
}