-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
41
42
{
"name": "quiktask",
"version": "0.0.0",
"description": "Angular Task Manager",
"repository": {
"type": "git",
"url": "https://github.com/chyld/quiktask"
},
"author": "Chyld Medford <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chyld/quiktask/issues"
},
"homepage": "https://github.com/chyld/quiktask",
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.8.0",
"body-parser": "^1.8.1",
"chalk": "^0.5.1",
"connect-redis": "^2.1.0",
"express": "^4.9.0",
"express-method-override": "0.0.3",
"express-session": "^1.8.1",
"mongodb": "^1.4.10",
"morgan": "^1.3.0",
"multiparty": "^3.3.2",
"request": "^2.42.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jade": "^0.12.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^0.7.1",
"grunt-shell": "^1.1.1",
"jshint-stylish": "^0.4.0"
}
}