-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 833 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 833 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": "MaterialAPI",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"bcryptjs": "^2.1.0",
"fs-extra": "^0.12.0",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"passport-twitter": "^1.0.2",
"sails": "~0.10.5",
"sails-mongo": "^0.10.4",
"swagger-express": "^1.0.5",
"swagger-ui": "git+https://github.com/g-div/swagger-ui.git",
"validator": "^3.28.0",
"yamlish": "0.0.6"
},
"devDependencies": {
"sails-disk": "~0.10.0"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"docs": "node utils/docsGenerator.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/g-div/MaterialAPI.git"
},
"author": "g-div",
"license": ""
}