forked from IvanPopov/akra-engine-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "AkraEngine",
"branchVersion": "0.4.*",
"cdnVersion": "0.4.6",
"homepage": "http://odserve.org",
"repository": {
"type": "git",
"url": "[email protected]:IvanPopov/akra-engine-core.git"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-typescript": "~0.2.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.5.0",
"typescript-closure-compiler": "~0.1.11",
"grunt-file-blocks": "~0.1.3",
"grunt-tslint": "~0.3.2",
"closure-linter-wrapper": "~0.2.9",
"grunt-gjslint": "~0.1.3",
"time-grunt": "~0.2.8",
"node-zip": "~1.0.1",
"wrench": "latest",
"semver": "latest",
"shelljs": "latest",
"uglify-js": "~2.4.12",
"jade": "~1.2.0",
"node-markdown": "~0.1.1",
"marked": "~0.3.1",
"grunt-cli": "^0.1.13",
"xmldom": "~0.1.19",
"node-native-zip": "latest",
"temporary": "0.0.8",
"grunt-parallel": "~0.3.1"
},
"dependencies": {}
}