-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 877 Bytes
/
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
{
"name": "cost-of-small-modules",
"version": "1.0.0",
"description": "",
"main": "Explore the cost of small modules for bundle size and execution",
"scripts": {
"publish-site": "bash bin/publish-site.sh",
"build": "bash bin/build.sh",
"prepublish": "npm run build",
"print-sizes": "bash bin/print-sizes.sh",
"serve": "serve -p 9000 --compress"
},
"dependencies": {
"almond": "^0.3.2",
"browserify": "^13.1.0",
"buble": "^0.13.1",
"bundle-collapser": "^1.2.1",
"closurecompiler": "^1.6.0",
"lodash.times": "^4.3.2",
"mkdirp": "^0.5.1",
"requirejs": "^2.2.0",
"rimraf": "^2.5.4",
"rollup": "^0.34.7",
"serve": "^1.4.0",
"uglify-js": "^2.7.0",
"webpack": "^1.13.1"
},
"devDependencies": {},
"keywords": [],
"author": "Nolan Lawson <[email protected]>",
"license": "Apache-2.0"
}