forked from qiao/ces.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 849 Bytes
/
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
{
"name" : "ces",
"version" : "0.0.4",
"description" : "Component-Entity-System framework for JavaScript games",
"homepage" : "https://github.com/qiao/ces.js",
"keywords" : ["component", "entity", "game"],
"author" : "Xueqiao Xu <[email protected]>",
"main" : "./index.js",
"dependencies" : {},
"devDependencies" : {
"uglify-js" : "2.*",
"browserify" : "1.17.3",
"mocha" : "1.8.1",
"should" : "1.2.1",
"sinon" : "1.10.2"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/qiao/ces.js.git"
},
"licenses" : [{
"type" : "MIT",
"url" : "http://opensource.org/licenses/mit-license.php"
}]
}