-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.29 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
54
{
"name": "ultron",
"version": "1.0.0",
"description": "My personal game components",
"author": "Wouter Commandeur",
"main": "./src/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/woutercommandeur/ultron.git"
},
"scripts": {
"start": "gulp && gulp watch",
"build": "gulp"
},
"files": [
"bin/",
"src/"
],
"dependencies": {
"delaunay-fast": "^1.0.1",
"eventemitter3": "^1.1.1",
"makr": "^2.1.1",
"request-frame": "^1.0.3",
"vkey": "^1.0.0"
},
"devDependencies": {
"browserify": "^10.2.3",
"chai": "^3.0.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.5.2",
"gulp-debug": "^2.0.1",
"gulp-jshint": "^1.11.0",
"gulp-mirror": "^0.4.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"jaguarjs-jsdoc": "git+https://github.com/davidshimjs/jaguarjs-jsdoc.git",
"jsdoc": "^3.3.0",
"jshint-summary": "^0.4.0",
"minimist": "^1.1.1",
"mocha": "^2.2.5",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0",
"testem": "^0.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
}
}