-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 KB
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
51
52
53
{
"name": "swordjs",
"version": "0.1.8",
"description": "swordjs - access modules from crosswire.org/sword in JS",
"main": "scripts/sword.js",
"repository": {
"type": "git",
"url": "https://github.com/zefanja/swordjs"
},
"scripts": {
"start": "webpack-dev-server --hot --progress --colors",
"build": "webpack --progress --colors --config webpack.config.production.js"
},
"keywords": [
"gulp",
"swordjs",
"browserify"
],
"author": "zefanja",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/zefanja/swordjs/issues"
},
"homepage": "https://github.com/zefanja/swordjs",
"dependencies": {
"object-assign": "~2.0.0",
"jszip": "~2.4.0",
"async": "~0.9.0",
"idb-wrapper": "~1.4.1",
"pako": "~0.2.5",
"sax": "~0.6.1"
},
"devDependencies": {
"browser-sync": "^1.6.2",
"browserify": "^6.2.0",
"del": "^0.1.3",
"exports-loader": "^0.6.2",
"gulp": "^3.8.9",
"gulp-autoprefixer": "1.0.1",
"gulp-changed": "^1.0.0",
"gulp-concat": "~2.4.2",
"gulp-csso": "^0.2.9",
"gulp-notify": "^2.0.0",
"gulp-uglify": "^1.0.1",
"json-loader": "^0.5.1",
"superagent": "^0.20.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.0",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.14.1"
}
}