-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.48 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.48 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
55
56
57
58
{
"author": "Isaac Shapira",
"name": "AngularPIXI",
"description": "PIXI based rendering in Angular",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/CapillarySoftware/angularPIXI.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"build": "gulp --require LiveScript build",
"dev": "gulp --require LiveScript dev",
"test": "gulp --require LiveScript test:unit"
},
"dependencies": {
"yargs": "~1.2.6"
},
"devDependencies": {
"express": "3.4.x",
"LiveScript": "1.2.x",
"karma": ">= 0.11.13",
"karma-live-preprocessor": ">= 0.2.2",
"karma-mocha": "~0.1.0",
"karma-chai": "~0.0.2",
"karma-phantomjs-launcher": "~0.1.0",
"bower": "1.3.x",
"mocha": "~1.14.0",
"chai": "~1.8.0",
"streamqueue": "~0.0.5",
"gulp": "~3.8.5",
"gulp-util": "~2.2.13",
"gulp-exec": "~1.0.4",
"gulp-livescript": "~0.1.1",
"gulp-stylus": "~0.0.12",
"gulp-concat": "~2.1.7",
"gulp-jade": "~0.4.1",
"gulp-bower": "~0.0.2",
"gulp-bower-files": ">= 0.1.8",
"gulp-uglify": "~0.2.1",
"gulp-csso": "~0.2.6",
"gulp-filter": "~0.2.1",
"gulp-mocha": "~0.4.1",
"gulp-karma": "^0.0.4",
"gulp-livereload": "~1.1.1",
"gulp-json-editor": "^2.0.2",
"gulp-commonjs": "^0.1.0",
"gulp-insert": "^0.2.0",
"connect-livereload": "~0.3.2",
"tiny-lr": "~0.0.5",
"gulp-if": "~0.0.5",
"sinon": "~1.10.2",
"sinon-chai": "~2.5.0"
}
}