-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 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
47
{
"name": "dimebox",
"version": "1.6.0",
"description": "",
"main": "bin/dimebox",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"bin": {
"dimebox": "./bin/dimebox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ledif/dimebox.git"
},
"author": "Adam Fidel",
"license": "MIT",
"bugs": {
"url": "https://github.com/ledif/dimebox/issues"
},
"homepage": "https://github.com/ledif/dimebox#readme",
"dependencies": {
"ansi-escapes": "^1.4.0",
"blessed": "^0.1.81",
"blessed-contrib": "^3.5.5",
"chalk": "^1.1.1",
"check-types": "^6.0.0",
"cli-table": "^0.3.1",
"dot": "^1.0.3",
"inquirer": "^3.2.0",
"js-yaml": "^3.5.3",
"lodash": "^4.13.1",
"loglevel": "^1.4.0",
"moment": "^2.11.2",
"moment.twitter": "git://github.com/pranjaltech/moment.twitter",
"n-readlines": "^0.2.8",
"node-fs-extra": "^0.8.1",
"q": "^1.4.1",
"request": "^2.72.0",
"uuid": "^3.1.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}