-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
40
{
"name": "dd-task-list",
"version": "0.0.1",
"description": "A Donedone helper",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/MattReimer/dd-helper-app"
},
"author": "MR",
"license": "BSD-2-Clause",
"dependencies": {
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-contrib-compass": "^0.7.2",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-exec": "~0.4.5",
"grunt-env": "^0.4.1",
"node-env": "~0.1.6",
"express": "~4.0.0",
"morgan": "~1.0.0",
"body-parser": "~1.0.0",
"method-override": "~1.0.0",
"jade": "~1.3.1",
"node-rest-client": "~1.0.0",
"cookie-parser": "~1.3.2",
"moment": "~2.7.0",
"logfmt": "~1.1.2",
"bower": "~1.3.7",
"cookie-session": "~1.0.2"
}
}