-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 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
{
"name": "shell-arguments",
"version": "1.2.3",
"description": "Convert shell arguments passed to the npm, node, or nodemon, and convert this arguments to json",
"main": "app/index.es5.js",
"scripts": {
"transpile": "scripts/transpile",
"pretest": "npm run transpile",
"test": "scripts/test"
},
"repository": {
"type": "git",
"url": "https://github.com/darlanmendonca/shell-arguments.git"
},
"keywords": [
"shell",
"arguments to json",
"node arguments",
"npm arguments",
"nodemon arguments"
],
"author": "Darlan Mendonça <[email protected]> (https://github.com/darlanmendonca)",
"bugs": {
"url": "https://github.com/darlanmendonca/shell-arguments/issues"
},
"license": "MIT",
"homepage": "https://github.com/darlanmendonca/shell-arguments",
"engines": {
"node": ">=0.4.0"
},
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"gulp-eslint": "^3.0.1",
"gulp-util": "^3.0.6",
"istanbul": "^0.4.0",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.3"
},
"dependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.6.0"
}
}