forked from pugson/twitter-dark-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 705 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 705 Bytes
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
{
"name": "twitter-dark-mode",
"version": "1.0.0",
"description": "CSS override to make twitter.com dark.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/dubstrike/twitter-dark-mode.git",
"keywords": [
"twitter",
"dark",
"css",
"theme"
],
"author": "Wojtek Witkowski",
"license": "ISC",
"bugs": {
"url": "https://github.com/dubstrike/twitter-dark-mode/issues"
},
"homepage": "https://github.com/dubstrike/twitter-dark-mode#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-sass": "^3.1.0",
"gulp-sassbeautify": "^0.1.0"
}
}