-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 961 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "anypack",
"version": "1.0.5",
"description": "webpack the local deps ",
"main": "dest/index.js",
"scripts": {
"prepublish": "npm run build-cjs",
"build-cjs": "babel src --source-maps --out-dir ./dest --modules common",
"test": "gulp runtest",
"clean": "rm -rf dest test/dest test/lib"
},
"author": "sking7",
"license": "ISC",
"dependencies": {
"async": "^1.3.0",
"escodegen": "^1.6.1",
"esprima": "^2.4.1",
"glob": "^5.0.12"
},
"devDependencies": {
"babel": "^5.6.23",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-sourcemaps": "^1.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SKing7/anypack.git"
},
"keywords": [
"webpack",
"packager",
"pack",
"the",
"deps",
"you",
"want"
],
"bugs": {
"url": "https://github.com/SKing7/anypack/issues"
},
"homepage": "https://github.com/SKing7/anypack#readme"
}