-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.27 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
{
"name": "xmas-card-2016",
"version": "1.0.0",
"description": "Your Majesty xmas card",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Your-Majesty/xmas-card-2016.git"
},
"author": "Abril Alvarez for Your Majesty",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.7.13",
"browserify": "^10.2.6",
"dat-gui": "^0.5.0",
"fps": "0.0.3",
"gsap": "^1.19.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.12.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylus": "^2.0.5",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.11",
"nib": "^1.1.0",
"stats-js": "^1.0.0-alpha1",
"three": "^0.82.1",
"three-orbit-controls": "^72.0.0",
"tone": "^0.10.0",
"uglify-js": "^2.6.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.3"
},
"bugs": {
"url": "https://github.com/Your-Majesty/xmas-card-2016/issues"
},
"homepage": "https://github.com/Your-Majesty/xmas-card-2016#readme"
}