-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.14 KB
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
{
"name": "configurator7",
"version": "1.0.0",
"description": "A simple tool which takes advantage of the cli to ask the user about informations whatever your app needs and then saves the information in a JSON file you want.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/eslint/bin/eslint.js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/eisverticker/configurator7.git"
},
"keywords": [
"configurator",
"cli",
"javascript"
],
"author": "Alexander Noack <eisverticker@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/eisverticker/configurator7/issues"
},
"homepage": "https://github.com/eisverticker/configurator7#readme",
"dependencies": {
"nested-property": "0.0.7",
"prompt": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
}
}