-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 1.04 KB
/
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
{
"name": "@shapefactory/csgdemo",
"version": "1.0.0",
"description": "mkdir vendor cd vendor git clone https://github.com/kintel/three.js.git cd three.js git checkout depthtextures cd utils/build python build.py --include common --include extras python build.py --include common --include extras --minify --output ../../build/three.min.js",
"main": "index.js",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"bower": "^1.7.1",
"browser-sync": "^2.9.4",
"browserify": "^12.0.1",
"gh-pages": "^5.0.0",
"globby": "^3.0.1",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-debug": "^2.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/shapefactory/csg-demo.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/shapefactory/csg-demo#readme"
}