-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "node-love",
"version": "0.1.0",
"private": true,
"author": "William Youmans <[email protected]> (http://www.williamyoumans.com/)",
"description": "Responsive Node.js, Express, Jade, Less, Skeleton, MongoDB Boilerplate",
"keywords": "Responsive, Node.js, Express, Jade, Less, Skeleton, MongoDB, Boilerplate",
"homepage": "http://www.nodelove.com/",
"repository": {
"type": "git",
"url": "https://github.com/wyoumans/node-love.git"
},
"bugs": {
"url": "https://github.com/wyoumans/node-love/issues",
"email": "[email protected]"
},
"dependencies": {
"body-parser": "^1.12.2",
"browserify": "^9.0.3",
"express": "^4.12.3",
"jade": "^1.9.2",
"less": "^2.4.0",
"less-middleware": "^2.0.1",
"method-override": "^2.3.2",
"mongodb": "^1.4.35",
"mongoskin": "^1.4.12",
"serve-favicon": "^2.2.0",
"templatizer": "^1.2.1"
},
"engines": {
"node": "0.10.36",
"npm": "1.4.28"
},
"devDependencies": {
"mocha": "^2.2.1",
"should": "^5.2.0",
"zombie": "^3.1.0"
}
}