-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.4 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.4 KB
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
39
40
41
42
43
44
45
{
"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": "^3.19.3",
"watchify": "^4.0.0"
},
"dependencies": {
"bootstrap": "^3.3.5",
"clipboard": "^1.5.5",
"cookie": "^1.1.1",
"gsap": "^3.13.0",
"handlebars": "^4.7.9",
"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.8",
"zeroclipboard": "^2.2.0"
},
"overrides": {
"bn.js": "^5.2.3",
"brace-expansion": "^1.1.14",
"minimatch": "^3.1.5",
"picomatch": "^2.3.2",
"qs": "^6.15.1"
}
}