-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 950 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
{
"name": "flyhtml",
"version": "0.0.0",
"description": "node demo",
"main": "app.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/sexnothing/flyhtml"
},
"keywords": [
"node",
"express",
"mongoose",
"nodeJs",
"backbone",
"requirejs"
],
"author": "nothing <[email protected]> (https://github.com/sexnothing)",
"license": "BSD",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-develop": "~0.3.0",
"load-grunt-tasks": "~0.3.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0"
},
"dependencies": {
"mongoose": "~3.8.8",
"connect-mongo": "~0.4.0",
"cookie-session": "~1.0.1",
"body-parser": "~1.0.1",
"method-override": "~1.0.0",
"cookie-parser": "~1.0.1",
"express": "~4.0.0"
}
}