-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 847 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 847 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
36
37
38
{
"name": "sails-hook-cms",
"version": "0.0.11",
"description": "A simple sails admin panel",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"author": "Juan P Solano <[email protected]> (http://juanpasolano.com)",
"license": "MIT",
"sails": {
"isHook": true
},
"dependencies": {
"jade": "^1.11.0",
"jade-async": "^1.1.7",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"q": "^1.4.1"
},
"devDependencies": {
"sails": "^0.11.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanpasolano/sails-hook-cms.git"
},
"keywords": [
"sails"
],
"bugs": {
"url": "https://github.com/juanpasolano/sails-hook-cms/issues"
},
"homepage": "https://github.com/juanpasolano/sails-hook-cms#readme"
}