-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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": "marionette-threejs",
"version": "0.0.4",
"description": "Simple wrappers around three.js components using Backbone.Marionette",
"main": "marionette-threejs.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Stonelinks/marionette-threejs.git"
},
"keywords": [
"threejs",
"backbone",
"marionette",
"webgl"
],
"author": "Lucas Doyle <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Stonelinks/marionette-threejs/issues"
},
"homepage": "https://github.com/Stonelinks/marionette-threejs",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-docco": "^0.3.3",
"grunt-exec": "^0.4.6",
"grunt-gh-pages": "^0.9.1",
"grunt-jsbeautifier": "^0.2.7",
"grunt-preprocess": "^4.0.0",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0"
}
}