-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.2 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
45
46
47
48
49
50
{
"name": "insertmode-reading-list",
"description": "a link-list as HTML, bookmarklet and Chrome extension",
"version": "0.0.2",
"homepage": "https://github.com/insertmode/reading-list/",
"bin": {
"realist": "make.js"
},
"userscript": {
"include": "*",
"namespace": "http://www.insert-mode.com/"
},
"repository": {
"type": "git",
"url": "hhttps://github.com/insertmode/reading-list.git"
},
"main": "make.js",
"scripts": {
"server": "beefy iframe.js 9966 -- -t ejsify -t browserify-data",
"build": "make readinglist",
"test": "lab test/*.js"
},
"directories": {
"test": "test/"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/insertmode/reading-list/issues"
},
"devDependencies": {
"watchify": "^0.10.2",
"beefy": "^2.0.3",
"lab": "^3.2.1"
},
"dependencies": {
"browserify": "^4.1.10",
"ejsify": "^0.1.0",
"js-yaml": "^3.1.0",
"through": "^2.3.4",
"resumer": "0.0.0",
"ejs": "^1.0.0",
"uglifyify": "^2.5.0",
"browserify-data": "^0.2.0",
"insert-css": "insertmode/insert-css",
"stylify": "insertmode/stylify",
"concat-stream": "^1.4.6",
"marked": "^0.3.2",
"nib": "^1.0.3"
}
}