-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 924 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
{
"name": "see-threepio",
"version": "1.4.5",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"lang-js": "^2.0.0",
"spec-js": "^1.0.0"
},
"devDependencies": {
"crel": "^1.1.2",
"grape": "~0.1.10",
"swig": "^1.4.1"
},
"scripts": {
"test": "node test",
"build": "browserify example.js > ./build/example.js; browserify standalone.js > ./build/standalone.js",
"example-watch": "watchify example.js -o ./build/example.js",
"watch": "watchify ./test/index.js -o ./test/index.browser.js"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/see-threepio/see-threepio-js.git"
},
"bugs": {
"url": "https://github.com/see-threepio/see-threepio-js/issues"
},
"homepage": "http://see-threepio.github.io/see-threepio-js/",
"description": "A JS implementation of See-Threepio"
}