forked from craftyjs/Crafty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.73 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "craftyjs",
"version": "0.7.0",
"author": {
"name": "Louis Stowasser",
"url": "http://craftyjs.com/"
},
"branches": {
"develop": true
},
"main": "src/crafty-headless.js",
"browser": "src/crafty.js",
"repository": {
"type": "git",
"url": "https://github.com/craftyjs/Crafty.git"
},
"licenses": "(GPL OR MIT)",
"description": "Crafty is a modern component and event based framework for developing games in JavaScript that targets DOM, Canvas and WebGL.",
"keywords": [
"framework",
"javascript",
"game",
"engine"
],
"scripts": {
"test": "grunt check"
},
"homepage": "https://github.com/craftyjs/Crafty",
"dependencies": {
"brfs": "^1.4.3",
"node-localstorage": "^1.3.0"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"director": "^1.2.8",
"git-rev-sync": "^1.0.0",
"grunt": "^0.4.5",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^4.0.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^1.0.0",
"grunt-jsvalidate": "^0.2.2",
"grunt-node-qunit": "^2.0.2",
"grunt-run": "^0.5.2",
"grunt-saucelabs": "^8.6.1",
"grunt-webdriver": "^1.0.0",
"highlight.js": "^8.6.0",
"jimp": "^0.2.20",
"marked": "^0.3.3",
"node-jsx": "^0.13.3",
"node-resemble-js": "^0.0.4",
"open": "^0.0.5",
"phantomjs": "^1.9.19",
"q": "^1.4.1",
"q-io": "^1.13.1",
"qunitjs": "^1.20.0",
"react": "^0.14.3",
"semver": "^5.1.0",
"webdriverio": "mucaho/webdriverio#qunit_android"
},
"browserify": {
"transform": [
"brfs"
]
}
}