-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
67 lines (67 loc) · 1.95 KB
/
package.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "parallellocalypse-hub",
"version": "1.0.0",
"description": "",
"main": "server.coffee",
"scripts": {
"start": "coffee server.coffee",
"postinstall": "bower install",
"build": "grunt build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pcarranzav/parallellocalypse-hub.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pcarranzav/parallellocalypse-hub/issues"
},
"homepage": "https://github.com/pcarranzav/parallellocalypse-hub",
"dependencies": {
"async": "^0.9.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.3",
"bower": "^1.4.1",
"coffee-script": "^1.9.2",
"conf.js": "^1.0.0",
"express": "^4.12.3",
"express-session": "^1.11.2",
"lodash": "^3.8.0",
"mongoose": "^4.0.2",
"mongoose-attachments": "^0.1.0",
"mongoose-attachments-aws2js": "git://github.com/heapsource/mongoose-attachments-aws2js.git",
"mongoose-auto-increment": "^4.0.0",
"mongoose-paginate": "^3.1.3",
"multer": "^0.1.8",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"pubnub": "^3.7.10",
"request": "^2.55.0",
"resin-sdk": "git://github.com/pcarranzav/resin-sdk.git#c0f7abdb315829ae8e74d78e72f95e6fe74422f3",
"resin-settings-client": "^1.0.1"
},
"engines": {
"node": "0.12.x",
"npm": "2.7.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.9.1",
"grunt-processhtml": "^0.3.7",
"grunt-swig-render": "^0.1.1",
"grunt-template": "^0.2.3",
"less": "^2.5.1",
"load-grunt-tasks": "^3.2.0",
"swig": "^1.4.2"
}
}