-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.23 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
{
"name": "rodin-spamles",
"version": "0.0.5",
"description": "Rodin Inc. Samples Repository.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp dev:watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RodinJS/Rodin-Samples.git"
},
"keywords": [
"rodin",
"Rodin",
"Inc.",
"VR",
"AR",
"samples",
"examples"
],
"author": "Rodin Inc. https://rodin.io",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/RodinJS/Rodin-Samples/issues"
},
"homepage": "https://github.com/RodinJS/Rodin-Samples#readme",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.22.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-plumber": "^1.1.0",
"gulp-removelogs": "^0.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.1",
"merge-stream": "^1.0.1",
"run-sequence": "^1.2.2"
}
}