-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 874 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 874 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
{
"name": "WatchOut",
"private": true,
"version": "0.0.2",
"description": "WatchOut Web Application",
"dependencies": {
"sails": "0.9.4",
"grunt": "0.4.1",
"sails-disk": "0.9.1",
"sails-mongo": "0.9.4",
"ejs": "0.8.4",
"jade": "0.35.0",
"optimist": "0.3.4",
"passport": "0.1.17",
"passport-local": "0.1.6",
"passport-oauth": "1.0.0",
"passport-facebook": "1.0.1",
"passport-google": "0.3.0",
"password-hash": "1.2.1"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type" : "git",
"url" : "https://github.com/utopia-corperation/WatchOut-NodeJS"
},
"author": "The Finest Artist",
"license": "Copyright 2013 Utopia Corporation."
}