-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.11 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": "TabTracker",
"version": "0.1.1",
"description": "Tracks tab usage in Chrome",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/josephcc/tab-track.git"
},
"dependencies": {
"grunt": "~0.4.0",
"coffee-script": "1.7.x",
"coffee-cache": "0.4.x",
"include-all": "~0.1.3",
"grunt-sync": "~0.0.4",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-sails-linker": "~0.9.5",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-jade": "~0.12.0",
"grunt-sass": "~0.14.0",
"grunt-update-json": "^0.2.1",
"jade": "~1.3.1"
},
"author": "nhahn",
"license": "MIT",
"bugs": {
"url": "https://github.com/nhahn/tab-track/issues"
},
"homepage": "https://report-tabs.cmusocial.com",
"devDependencies": {
"grunt-crx": "~0.3.4"
}
}