-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 811 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 811 Bytes
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
{
"name": "decipher-sails-tool",
"version": "0.1.10",
"description": "Alternative CLI for sails.js that initiates a new project with various modifications",
"main": "index.js",
"keywords": ["decipher", "decipher industries", "sails", "sails.js", "cli"],
"author": "Fabian Tollenaar <fabian@decipher.industries> (https://decipher.industries)",
"license": "ICS",
"preferGlobal": true,
"bin": {
"decipher-sails": "./bin/sails-tool"
},
"dependencies": {
"debug": "^2.6.6",
"merge-dirs": "^0.2.1",
"mkdirp": "^0.5.1",
"which": "^1.2.14",
"yargs": "^8.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/decipherindustries/decipher-sails-tool"
},
"bugs": {
"url": "https://github.com/decipherindustries/decipher-sails-tool/issues"
}
}