-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 KB
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
{
"name": "three-obj-loader",
"version": "1.1.3",
"description": "NodeJS wrapper for Three.js' OBJLoader function",
"main": "dist/index.js",
"scripts": {
"test": "gulp test",
"compile": "gulp build",
"prepublish": "npm run compile"
},
"repository": "sohamkamani/three-object-loader",
"author": {
"name": "sohamkamani",
"email": "sohamkamani@gmail.com"
},
"keywords": [
"three",
"three.js",
"obj",
"loader"
],
"license": "ISC",
"devDependencies": {
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"chai": "^3.4.1",
"colors": "^1.1.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-clean": "^0.3.1",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.3",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"remap-istanbul": "^0.4.0",
"source-map-support": "^0.3.3",
"three": "^0.84.0"
},
"dependencies": {}
}