forked from darkreader/darkreader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
43
44
{
"name": "darkreader",
"version": "3.4.3",
"description": "Keep your eyes, Dark Reader",
"scripts": {
"debug": "grunt debug && grunt debug-watch",
"release": "npm test && grunt release",
"test": "node src/config/validate.js"
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/alexanderby/darkreader.git"
},
"keywords": [
"dark",
"reader",
"chrome",
"extension",
"eye",
"care",
"invert",
"colors",
"high",
"contrast"
],
"author": "Alexander Shutov <[email protected]> (http://shutov.by/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexanderby/darkreader/issues"
},
"homepage": "https://github.com/alexanderby/darkreader",
"devDependencies": {
"create-grunt-tasks": "^0.8.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-typescript": "^0.6.2",
"grunt-zip": "^0.17.1"
}
}