-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 975 Bytes
/
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
{
"name": "Helion",
"version": "0.0.1",
"description": "Helion System Web App",
"main": "app/server.js",
"dependencies": {
"express": "^4.8.1",
"aws-sdk": "^2.0.11",
"colors": "^0.6.2",
"body-parser": "^1.6.1",
"q": "^1.0.1",
"lodash-node": "^2.4.1",
"uuid": "^1.4.1",
"cookie-parser": "^1.3.2",
"bcrypt": "^0.8.0",
"mongoose": "^3.8.15",
"bunyan": "^1.0.1",
"handlebars": "^2.0.0",
"uglify-js": "^2.4.15",
"clean-css": "^2.2.15"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jasmine-node": "^0.2.1"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/wileybenet/Helion.git"
},
"author": "Wiley Bennett",
"license": "ISC",
"bugs": {
"url": "https://github.com/wileybenet/Helion/issues"
},
"homepage": "https://github.com/wileybenet/Helion"
}