-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 973 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "three-3d-extras",
"version": "1.0.0",
"description": "Threejs 3d extras ",
"main": "three3DExtras.min.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjcc1421/Three3DExtras.git"
},
"keywords": [
"three3d",
"three",
"3d",
"extras",
"line",
"three",
"3d"
],
"author": "Juan Caicedo <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jjcc1421/Three3DExtras/issues"
},
"homepage": "https://github.com/jjcc1421/Three3DExtras#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-wiredep": "^2.0.0",
"grunt-auto-install": "^0.3.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-include-source": "^0.7.1",
"grunt-open": "^0.2.3"
}
}