-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.01 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
{
"name": "npmcs",
"version": "1.4.2",
"description": "Segregrate your npm scripts for windows and linux and run with one command.",
"main": "./bin/index.js",
"bin": {
"npmcs": "./bin/index.js"
},
"author": "outofthisworldworld",
"license": "ISC",
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/outofthisworld/npmcs"
},
"scripts": {
"test": "mocha",
"start": "node src/app.js"
},
"keywords": [
"npmcs",
"cross platform",
"script",
"scripts",
"command",
"commands",
"environment",
"environmental",
"variables",
"linux",
"windows",
"build",
"build tool",
"grunt",
"gulp"
],
"devDependencies": {
"coveralls": "^2.13.1",
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.3"
}
}