-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "extrovert.js",
"version": "0.3.0",
"author": "James Devlin <[email protected]> (https://deskchained.com)",
"description": "3Dify your websites, blogs, RSS feeds, and image galleries.",
"main": "dist/extrovert.js",
"repository": {
"type": "git",
"url": "https://github.com/hacksalot/extrovert.js.git"
},
"keywords": [
"WebGL",
"3D",
"Three.js",
"Physijs"
],
"license": "MIT",
"homepage": "https://github.com/hacksalot/extrovert.js",
"bugs": {
"url": "https://github.com/hacksalot/extrovert.js/issues"
},
"dependencies": {
"almond": "~0.3.1",
"ammo.js": "0.0.10",
"in.scribe": "github:hacksalot/in.scribe",
"physijs": "github:hacksalot/physijs#semver:^0.2.0",
"three": "^0.106.2"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1"
}
}