-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 810 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 810 Bytes
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
{
"name": "sstk",
"version": "0.9.1",
"description": "SmartScenes ToolKit: a library for viewing, editing and annotating 3D models and scenes",
"main": "stk-ssc",
"dependencies": {
"lerna": "^4.0.0",
"shelljs": "^0.8.5"
},
"scripts": {
"postinstall": "node getdata.js && npm run bootstrap",
"bootstrap": "lerna bootstrap --hoist",
"rebuild-gl": "npm rebuild --build-from-source gl",
"clean": "lerna clean",
"ls": "lerna ls --graph",
"test": "lerna run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartscenes/sstk.git"
},
"author": "Manolis Savva <manolis.savva@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartscenes/sstk/issues"
},
"homepage": "https://github.com/smartscenes/sstk"
}