-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1013 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
{
"name": "done.report",
"version": "1.0.0",
"description": "Task system",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dwalin/done.report.git"
},
"author": "Mjolnir LLC",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dwalin/done.report/issues"
},
"homepage": "https://github.com/Dwalin/done.report#readme",
"devDependencies": {
"browser-sync": "^2.18.2",
"browserify": "^13.1.1",
"d3": "^4.4.0",
"gulp": "^3.9.1",
"gulp-browser": "^3.0.2",
"gulp-browserify": "^0.5.1",
"gulp-data": "^1.2.1",
"gulp-nunjucks": "^2.3.0",
"gulp-stylus": "^2.6.0",
"gulp-watch": "^4.3.11",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jquery-ui-browserify": "^1.11.0-pre-seelio",
"jquery-ui-npm": "^1.12.0",
"knockout": "^3.4.1",
"stylobuild": "^1.0.0",
"stylus": "^0.54.5"
},
"dependencies": {}
}