-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.55 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
50
51
52
53
54
55
56
57
{
"name": "pixijs-cli",
"version": "0.2.2",
"description": "A command-line interface development tool for PIXI.JS",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jshint bin/* lib/*.js lib/**/*.js test/*.js test/**/*.js && ./node_modules/.bin/mocha"
},
"author": "Alejandro Gonzalez Sole",
"license": "LGPL",
"bin": {
"pixijs": "./bin/pixijs"
},
"repository": {
"type": "git",
"url": "https://github.com/guatedude2/pixijs-cli.git"
},
"dependencies": {
"broccoli-babel-transpiler": "^4.0.1",
"broccoli-concat": "0.0.12",
"broccoli-es6modules": "^0.5.1",
"broccoli-funnel": "^0.2.2",
"broccoli-inject-livereload": "^0.1.1",
"broccoli-kitchen-sink-helpers": "^0.2.6",
"broccoli-merge-trees": "^0.2.1",
"broccoli-slow-trees": "^1.0.0",
"broccoli-sourcemap-concat": "^0.4.3",
"broccoli-uglify-js": "^0.1.3",
"colors": "^1.0.3",
"connect": "^3.3.5",
"copy-dereference": "^1.0.0",
"cordova": "5.3.3",
"errorhandler": "^1.3.5",
"findup-sync": "^0.2.1",
"fs-extra": "^0.16.5",
"handlebars": "^3.0.0",
"jsdoc-parse": "^1.0.0",
"mime": "^1.3.4",
"nconf": "^0.7.1",
"node-sha1": "0.0.1",
"promise-map-series": "^0.2.1",
"prompt": "^0.2.14",
"quick-temp": "^0.1.2",
"request": "^2.53.0",
"resolve": "^1.1.5",
"rimraf": "^2.3.2",
"rsvp": "^3.0.17",
"tiny-lr": "^0.1.5"
},
"devDependencies": {
"assert": "^1.3.0",
"jshint": "^2.6.3",
"mocha": "^2.2.1",
"mock-fs": "^2.5.0",
"nock": "^1.1.0"
}
}