-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.28 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
47
48
49
50
51
52
53
54
55
{
"private": false,
"name": "dm-npm",
"shortcut": "dmn",
"version": "0.1.31",
"description": "npm helper",
"main": "index.js",
"scripts": {
"test": "mocha --harmony --require co-mocha --watch --reporter landing jobs/**/*",
"start": "node --harmony ./bin/dm-npm"
},
"repository": {
"type": "git",
"url": "https://github.com/divramod/dm-npm.git"
},
"keywords": [
"npm",
"template"
],
"author": "Arvid Petermann <[email protected]> (http://arvidpetermann.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/divramod/dm-npm/issues"
},
"homepage": "https://github.com/divramod/dm-npm",
"devDependencies": {
"chai": "^2.1.0",
"co-mocha": "^1.1.0",
"mocha": "^2.1.0"
},
"dependencies": {
"bluebird": "^2.9.34",
"co": "^4.4.0",
"co-prompt": "^1.0.0",
"colors": "~1.0.3",
"commander": "^2.6.0",
"dm-file": "^0.1.0",
"dm-path": "^0.1.0",
"dm-prompt": "^0.1.9",
"dm-shell": "^0.1.0",
"dm-util": "^0.1.0",
"inquirer": "^0.9.0",
"lodash": "^3.10.0",
"moment": "^2.10.6",
"promptly": "^0.2.1",
"semver": "^5.0.1",
"shelljs": "^0.3.0",
"suppose": "^0.3.0",
"underscore": "^1.8.3"
},
"bin": {
"dmn": "./bin/dm-npm",
"dm-npm": "./bin/dm-npm"
}
}