-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 739 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 739 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
28
29
30
31
32
33
34
35
{
"name": "sails-hook-cms",
"version": "1.2.33",
"description": "A simple sails v0.12 admin panel",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"postinstall": "node ./lib/bindAssets",
"force-copy": "node ./lib/forceCopy"
},
"author": "Stas Arshanski <stas.arshanski@gmail.com>",
"license": "MIT",
"sails": {
"isHook": true
},
"dependencies": {
"bluebird": "^3.7.2",
"ejs": "^3.1.10",
"fs-extra": "^2.0.0",
"jade": "^1.11.0",
"jade-async": "^1.1.8",
"lodash": "^4.17.19",
"md5": "^2.2.1",
"moment": "^2.10.6",
"mongodb": "^3.2.6",
"ncp": "^2.0.0",
"q": "^1.4.1"
},
"directories": {
"test": "test"
},
"keywords": [
"sails"
]
}