-
Notifications
You must be signed in to change notification settings - Fork 536
/
package.json
39 lines (39 loc) · 987 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
{
"name": "blueprint3d",
"version": "0.0.1",
"description": "",
"license": "(MIT OR Apache-2.0)",
"main": "main.js",
"dependencies": {
"bootstrap": "^3.3.1",
"bootstrap-tour": "^0.10.1",
"inherits": "^2.0.1",
"jquery": "^2.1.3",
"polygon": "^0.1.0",
"segseg": "^0.2.1",
"three": "^0.69.0",
"underscore": "^1.7.0",
"vec2": "^1.6.0"
},
"devDependencies": {
"browserify": "^8.0.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-string-replace": "^1.2.1",
"grunt-subgrunt": "^1.2.0",
"grunt-typedoc": "^0.2.4",
"grunt-typescript": "^0.8.0",
"matchdep": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Ekki/blueprint3d.git"
},
"scripts": {
"build": "browserify src/blueprint3d.js > example/js/blueprint3d.js --verbose"
},
"author": ""
}