forked from codeforamerica/annual
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1002 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": "annual",
"version": "1.0.0",
"description": "An Annual Report builder from Code for America.",
"main": "app.js",
"dependencies": {
"asynch": "^0.5.2",
"chokidar": "^1.0.0-rc4",
"consolidate": "^0.11.0",
"ejs": "^2.3.1",
"express": "^4.12.2",
"express-subdomain": "^1.0.5",
"tabletop": "^1.3.5",
"underscore": "^1.8.2",
"yamljs": "^0.2.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0",
"node-sass": "^3.4.2"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/codeforamerica/annual"
},
"keywords": [
"node"
],
"author": "Code for America",
"license": "CC BY-SA 2.0",
"bugs": {
"url": "https://github.com/codeforamerica/annual/issues"
},
"homepage": "https://github.com/codeforamerica/annual"
}