-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "ProductivityTab",
"version": "3.0.0",
"description": "The BEST homepage for Chrome. Stunning themes, dozens of widgets, lightning fast, insanely customizable!",
"main": "app/js/app.js",
"repository": {
"type": "git",
"url": "https://github.com/gbasin/iChrome.git"
},
"author": "Avi Kohn",
"license": "CC-BY-SA-3.0",
"bugs": {
"url": "https://github.com/gbasin/iChrome/issues"
},
"homepage": "http://www.productivitytab.co/",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-hogan": "^0.3.0",
"grunt-sass": "^2.1.0",
"grunt-string-replace": "^1.0.0",
"hogan.js": "^3.0.2",
"jshint-stylish": "^2.0.0",
"lodash": "^3.3.1",
"node-sass": "^4.11.0",
"requirejs": "^2.1.20",
"rework": "^1.0.1",
"rework-assets": "AMKohn/rework-assets#patch-1"
},
"dependencies": {
"sass.js": "^0.11.1"
}
}