forked from englercj/resource-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "resource-loader",
"version": "1.5.2",
"main": "./src/index.js",
"description": "A generic asset loader, made with web games in mind.",
"author": "Chad Engler <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/englercj/asset-loader",
"repository": {
"type": "git",
"url": "https://github.com/englercj/asset-loader.git"
},
"bugs": {
"url": "https://github.com/englercj/asset-loader/issues"
},
"keywords": [],
"scripts": {
"test": "gulp && testem ci",
"build": "gulp build",
"docs": "jsdoc -c ./gulp/util/jsdoc.conf.json"
},
"dependencies": {
"async": "^0.9.0",
"eventemitter3": "^1.0.1"
},
"devDependencies": {
"browserify": "^9.0.8",
"chai": "^2.2.0",
"del": "^1.1.0",
"gulp": "^3.8.11",
"gulp-cached": "^1.0.4",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.0.1",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"ink-docstrap": "^0.5.2",
"jsdoc": "^3.3.0-beta3",
"jshint-summary": "^0.4.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.2"
}
}