-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
{
"name": "fresh4less.org",
"version": "0.1.0",
"description": "the fresh4less website",
"main": "server/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Fresh4Less/fresh4less.org.git"
},
"author": "Elliot Hatch <elliot@neurotischism.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fresh4Less/fresh4less.org/issues"
},
"homepage": "https://github.com/Fresh4Less/fresh4less.org",
"devDependencies": {
"blanket": "^1.2.1",
"bower": "^1.7.0",
"chai": "^3.4.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-express-server": "^0.5.1",
"grunt-jekyll": "^0.4.3",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.3.4"
},
"dependencies": {
"bluebird": "^3.1.1",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"config": "^1.17.1",
"express": "^4.13.3",
"fresh-validation": "^0.2.2",
"mongodb": "^2.0.52",
"multer": "^1.1.0"
}
}