-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "workclone",
"version": "1.0.0",
"description": "Workflowy clone",
"main": "main.js",
"scripts": {
"start": "watchify js/main.js -o js/bundle.js -v -d",
"test": "mocha js/test"
},
"repository": {
"type": "git",
"url": "https://github.com/theicfire/workclone.git"
},
"author": "Chase",
"license": "MIT",
"bugs": {
"url": "https://github.com/theicfire/workclone/issues"
},
"browserify": {
"transform": [
"reactify"
]
},
"homepage": "https://github.com/theicfire/workclone",
"dependencies": {
"cheerio": "^0.19.0",
"jquery": "^2.1.3",
"js-yaml": "^3.3.0",
"multiline": "^1.0.2",
"opml-generator": "^1.1.1",
"opml-to-json": "0.0.3",
"parse": "^1.3.5",
"react": "^0.12.2",
"underscore": "^1.7.0"
},
"devDependencies": {
"browserify": "^8.1.3",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"mocha": "^2.1.0",
"prettier": "1.11.1",
"reactify": "^1.0.0",
"watchify": "^2.3.0"
}
}