-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.07 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
39
40
41
42
43
44
45
46
{
"name": "head-master",
"version": "1.0.3",
"description": "Manage your modules",
"main": "lib/headMaster.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "shinate",
"repository": {
"type": "git",
"url": "git+https://github.com/shinate/head-master.git"
},
"bin": {
"hm": "./bin/hm.js"
},
"license": "MIT",
"dependencies": {
"drop-comments": "^1.0.4",
"espree": "^2.2.5",
"extend-object": "^1.0.0",
"fs": "0.0.2",
"map-files": "^0.7.5",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"random-string": "^0.1.2",
"require-dir": "^0.3.0",
"through2": "^2.0.0",
"uglify-js": "^2.6.1",
"util": "^0.10.3",
"vinyl": "^1.1.0",
"vinyl-fs": "^2.2.1",
"yargs": "^3.31.0"
},
"devDependencies": {
"chai": "^3.4.1",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"requirejs": "^2.1.22"
}
}