forked from astropanic/TrackerTracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 848 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
{
"name": "TrackerTracker",
"version": "0.0.1",
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
},
"private": true,
"scripts": {
"start": "node app/app",
"postinstall": "./node_modules/grunt-cli/bin/grunt"
},
"dependencies": {
"express": "3.0.4",
"hogan.js": "2.0.0",
"jade": "0.28.1",
"jira": "git://github.com/intentmedia/node-jira.git#master",
"pivotal": "git://github.com/Wizcorp/node-pivotal.git#75f5be1ba71b1c116867346a9777b594191e341e",
"redis": "0.8.2",
"request": "2.14.0",
"grunt": "0.4.0",
"grunt-cli": "0.1.6",
"grunt-contrib-jshint": "0.1.1",
"grunt-contrib-concat": "0.1.2",
"grunt-contrib-uglify": "0.1.1",
"grunt-contrib-watch": "0.2.0",
"grunt-fingerprint": "0.1.0",
"grunt-karma": "0.4.4",
"marked": "0.2.9",
"underscore": "*"
}
}