-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "threejs-playground",
"version": "0.0.1",
"description": "Repository with examples based on Three.js for learning purpose",
"main": "server.js",
"scripts": {
"test": "test"
},
"dependencies": {
"colors": "^1.0.3",
"express": "*",
"react": "^0.12.0"
},
"devDependencies": {
"browserify": "^6.2.0",
"glob": "^4.0.6",
"gulp": "^3.8.9",
"gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.4",
"gulp-livereload": "^2.1.1",
"gulp-notify": "^1.4.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-jasmine2-phantomjs": "^0.1.1",
"gulp-shell": "^0.2.10",
"phantomjs": "^1.9.12",
"react-addons": "^0.9.0",
"reactify": "^0.15.2",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1"
},
"repository": {
"type": "git",
"url": "git@github.com:NodeWare/threejs-playground.git"
},
"keywords": [
"threejs",
"webgl",
"canvas",
"games",
"browser",
"games",
"html5"
],
"author": "Suroor Wijdan",
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeWare/threejs-playground/issues"
},
"homepage": "https://github.com/NodeWare/threejs-playground"
}