forked from unmeshjoshi/nodewebmodules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 892 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
{
"name": "nodewebmodules",
"version": "1.0.0",
"description": "Node Web Modules is a collection of web frameworks for Node.js",
"scripts": {
"start": "node_modules/.bin/grunt && node server.js"
},
"author": {
"name": "Caio Ribeiro Pereira",
"email": "[email protected]",
"url": "http://nodewebmodules.com"
},
"engines": {
"node": "0.10.32",
"npm": "1.4.28"
},
"dependencies": {
"cron": "1.0.3",
"ejs": "0.8.5",
"express": "3.4.8",
"github": "0.1.12",
"grunt-cli": "^0.1.13",
"level": "0.18.0",
"level-delete-stream": "0.0.1",
"moment": "2.3.1",
"newrelic": "1.2.0",
"request": "2.27.0"
},
"devDependencies": {
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-uglify": "0.2.7",
"grunt-contrib-stylus": "0.7.0",
"grunt": "0.4.2"
},
"private": true,
"main": "server.js"
}