-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.19 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
{
"name": "promptosaurus",
"version": "1.1.0",
"description": "simple command line prompt tool",
"homepage": "https://github.com/otterthecat/promptosaurus",
"bugs": "https://github.com/otterthecat/promptosaurus/issues",
"author": {
"name": "Otter the Cat",
"email": "[email protected]"
},
"engines": {
"node": ">=0.10.0 <=0.12.x",
"npm": ">=1.4.28 <=2.5.x"
},
"repository": {
"type": "git",
"url": "git://github.com/otterthecat/promptosaurus.git"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp mocha:istanbul"
},
"directories": {
"example": "./examples",
"lib": "./lib"
},
"keywords": [
"cli",
"prompt",
"dinosaurs",
"otc"
],
"dependencies": {
"chalk": "^0.5.1"
},
"license": "MIT",
"devDependencies": {
"chai": "^2.1.0",
"gulp": "^3.8.10",
"gulp-bump": "^0.1.13",
"gulp-complexity": "^0.2.1",
"gulp-eslint": "^0.5.0",
"gulp-istanbul": "^0.2.2",
"gulp-jscs": "^1.4.0",
"gulp-mocha": "^2.0.0",
"gulp-plato": "^0.2.1",
"gulp-util": "^2.2.20",
"jscs-stylish": "^0.3.1",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}