-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.37 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
44
45
46
47
48
49
50
51
52
53
{
"name": "jmmdscenekitexamples",
"version": "0.0.1",
"description": "Online examples of JMMDSceneKit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicien/JMMDSceneKitExample.git"
},
"author": "magicien",
"license": "MIT",
"bugs": {
"url": "https://github.com/magicien/JMMDSceneKitExample/issues"
},
"homepage": "https://github.com/magicien/JMMDSceneKitExample#readme",
"browser": {
"fs": false
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^5.0.0",
"gulp-exec": "^3.0.2",
"gulp-if": "^2.0.2",
"gulp-mocha": "^6.0.0",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"jmmdscenekit": "0.1.2",
"jscenekit": "^0.4.0",
"mocha": "^5.2.0",
"mocha-sinon": "^2.1.0",
"nyc": "^13.1.0",
"path": "^0.12.7",
"require-dir": "^1.2.0",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.3",
"webpack-dev-server": "^3.1.14",
"webpack-stream": "^5.2.1"
}
}