-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 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
{
"name": "node-fire",
"version": "0.2.7",
"description": "Run a js object or a function by command line directly.",
"bin": {
"fire": "./bin/index.js"
},
"main": "index.js",
"scripts": {
"test": "standard --fix && ava",
"start": "node bin/index"
},
"standard": {
"ignore": ["test/fixtures/error.js"]
},
"dependencies": {
"bluebird": "^3.4.7",
"caller-id": "^0.1.0",
"chalk": "^1.1.3",
"co": "^4.6.0",
"debug": "^2.6.1",
"rc": "^1.1.7",
"resolve": "^1.3.2",
"yargs": "^6.6.0"
},
"devDependencies": {
"ava": "^0.18.2",
"mathjs": "^3.9.3",
"open": "^0.0.5",
"pre-commit": "^1.2.2",
"shelljs": "0.7.0",
"standard": "^9.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lwdgit/node-fire.git"
},
"engines": {
"node": ">=6"
},
"keywords": [
"node-fire"
],
"author": "wenli.lw",
"license": "MIT",
"bugs": {
"url": "https://github.com/lwdgit/node-fire/issues"
},
"homepage": "https://github.com/lwdgit/node-fire#readme"
}