forked from Softwire/Workflowy2Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 819 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
{
"name": "Workflowy2HTML",
"version": "0.0.1",
"description": "Generate website prototypes from Workflowy outlines",
"main": "background.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "https://github.com/Softwire/Workflowy2Web.git"
},
"author": "Softwire",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Softwire/Workflowy2Web/issues"
},
"homepage": "https://github.com/Softwire/Workflowy2Web",
"private": true,
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-nyan-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.19"
}
}