forked from dtinth/dark-facebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 920 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
37
38
39
40
41
42
{
"name": "dfb2",
"version": "0.0.0",
"description": "dark theme for facebook",
"main": "server.js",
"directories": {
"doc": "docs",
"test": "test"
},
"dependencies": {
"css-stringify": "~1.3.2",
"css-parse": "~1.6.0",
"glob": "~3.2.7",
"less": "~1.5.1",
"chai": "~1.8.1",
"itself": "~0.1.0",
"js-yaml": "~2.1.3",
"it.js": "~0.7.0",
"ws": "~0.4.31",
"watchr": "~2.4.4",
"when": "~2.6.0",
"clean-css": "~2.0.2"
},
"devDependencies": {
"mocha": "~1.14.0"
},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/dtinth/dark-facebook.git"
},
"keywords": [
"facebook"
],
"author": "Thai Pangsakulyanont <org.yi.dttvb@gmail.com>",
"license": "CC-BY-NC-SA",
"gitHead": "9ae965ffe4d597d37a29b87305356d0043261d0c",
"readmeFilename": "README.md"
}