-
Notifications
You must be signed in to change notification settings - Fork 752
/
package.json
36 lines (36 loc) · 917 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
33
34
35
36
{
"name": "Darkness",
"description": "Dark themes for popular websites",
"version": "1.0.0",
"private": true,
"author": "Lior Grossman",
"homepage": "https://chrome.google.com/webstore/detail/darkness-beautiful-dark-t/imilbobhamcfahccagbncamhpnbkaenm",
"contributors": [
"Lior Grossman <[email protected]> (https://github.com/liorgrossman)"
],
"bugs": {
"url": ""
},
"scripts": {
"install": "gulp install",
"start": "gulp sass:watch"
},
"dependencies": {},
"devDependencies": {
"del": "2.2.1",
"gulp": "3.9.1",
"gulp-json-transform": "0.4.5",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-sass": "4.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-util": "3.0.7",
"gulp-zip": "3.2.0",
"yargs": "6.4.0",
"natives": "^1.1.6"
},
"repository": {
"type": "git",
"url": "https://github.com/liorgrossman/darkness"
}
}