-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.62 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "zeroplusx",
"version": "1.0.0",
"description": "0+x interactive logo.",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://<%= project.repo %>.git"
},
"keywords": [
"webgl, logo"
],
"homepage": "http://0x.se",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.7.5",
"babel-loader": "^6.2.4",
"babel-preset-es2015-node6": "^0.2.0",
"babel-preset-es2015-webpack": "^6.4.1",
"browserslist": "^1.3.1",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-html5-lint": "^1.1.0",
"gulp-if": "^2.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-remember": "^0.3.1",
"gulp-sass-lint": "^1.1.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.15.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"node-sass": "^3.7.0",
"postcss-loader": "^0.8.2",
"resolve-url-loader": "^1.4.3",
"run-sequence": "^1.1.5",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^2.1.0-beta.5",
"webpack-dev-server": "^1.14.1",
"yargs": "^4.6.0"
},
"dependencies": {
"three": "^0.77.1"
}
}