-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
38 lines (38 loc) · 1.25 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
36
37
38
{
"name": "attribution-generator",
"version": "1.0.0",
"description": "",
"main": "js/main.js",
"scripts": {
"build": "browserify -t hbsfy -t require-globify js/main.js | uglifyjs -c > js/bundle.min.js",
"build-test": "browserify -t hbsfy -t require-globify tests/tests.js > tests/tests.bundle.js",
"watch": "watchify -t hbsfy -t require-globify js/main.js -o js/bundle.min.js",
"watch-test": "node_modules/.bin/watchify -t hbsfy -t require-globify tests/tests.js -o tests/tests.bundle.js"
},
"author": "",
"license": "GPL-3.0",
"browser": {
"scrollmagic-gsap": "scrollmagic/scrollmagic/uncompressed/plugins/animation.gsap"
},
"devDependencies": {
"browserify": "^17.0.0",
"hbsfy": "^2.4.1",
"qunitjs": "^1.19.0",
"uglify-js": "^2.4.24",
"watchify": "^4.0.0"
},
"dependencies": {
"bootstrap": "^3.3.5",
"clipboard": "^1.5.5",
"cookie": "^0.2.3",
"gsap": "^3.10.4",
"handlebars": "^4.0.3",
"jquery": "^3.0.0",
"justifiedGallery": "git+https://github.com/miromannino/Justified-Gallery.git#60d253d6963750db2507571612ae0c2d7c2f970d",
"node-polyglot": "^0.4.3",
"piwik": "^1.0.4",
"require-globify": "^1.3.0",
"scrollmagic": "^2.0.5",
"zeroclipboard": "^2.2.0"
}
}