-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·43 lines (43 loc) · 1.13 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
{
"name": "aframe-typings",
"version": "0.3.1-0-pre",
"description": "TypeScript typings for A-Frame",
"license": "MPL-2.0",
"main": "src/main.js",
"bugs": {
"url": "https://github.com/devpaul/aframe-typings/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/devpaul/aframe-typings.git"
},
"scripts": {
"install": "typings install",
"test": "grunt test"
},
"dependencies": {
"aframe": "^0.3.1",
"dojo-core": "^2.0.0-alpha.11",
"dojo-has": "^2.0.0-alpha.3",
"dojo-loader": "^2.0.0-beta.5",
"dojo-shim": "^2.0.0-alpha.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-symlink": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dojo2": "^2.0.0-beta.15",
"grunt-gh-pages": "^2.0.0",
"grunt-jscs": "^3.0.1",
"grunt-shell": "^1.3.1",
"grunt-text-replace": "^0.4.0",
"grunt-ts": "^6.0.0-beta.3",
"grunt-tslint": "^3.2.1",
"intern": "^3.3.1",
"tslint": "^3.15.1",
"typescript": "2.1.0-dev.20160819"
}
}