-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.jsonnn.json
47 lines (47 loc) · 1.17 KB
/
package.jsonnn.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
{
"name": "webvr-mini",
"version": "0.1.0",
"description": "basic webvr world, build without a framework",
"main": "index.php",
"scripts": {
"test": "bob"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pindiespace/webvr-mini.git"
},
"keywords": [
"webvr",
"webvr-mini"
],
"author": "pete markiewicz",
"license": "MIT",
"bugs": {
"url": "https://github.com/pindiespace/webvr-mini"
},
"homepage": "https://github.com/pindiespace/webvr-mini#readme",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"css-mqpacker": "^6.0.1",
"csscomb": "^4.2.0",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.3.0",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.2",
"gulp-deporder": "^1.1.0",
"gulp-imagemin": "^3.3.0",
"gulp-newer": "^1.3.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"postcss-assets": "^4.2.0"
}
}