forked from acweathersby/js.blend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 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
29
30
31
32
33
34
{
"name": "jsblend",
"version": "0.1.2",
"description": "A Blender to Javascript File Reader",
"main": "./build/jsblend.js",
"scripts": {
"watch": "npm-watch",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify ./source/main.js -o ./build/js.blend.js -d"
},
"watch": {
"build": "source"
},
"keywords": [
"Blender",
"ThreeJS"
],
"author": "Anthony C Weathersby",
"license": "MIT",
"dependencies": {
"base64-js": "^1.2.1"
},
"devDependencies": {
"npm-watch": "^0.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Galactrax/js.blend.git"
},
"bugs": {
"url": "https://github.com/Galactrax/js.blend/issues"
},
"homepage": "https://github.com/Galactrax/js.blend#readme"
}