forked from miguelmota/AVS-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 847 Bytes
/
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
{
"name": "AVS-client",
"version": "0.0.1",
"author": "Miguel Mota <[email protected]> (http://www.miguelmota.com/)",
"license": "MIT",
"devDependencies": {
"babelify": "^6.0.2",
"browser-sync": "^2.7.1",
"browserify": "^10.2.0",
"debowerify": "^1.3.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.1",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "~1.2.0",
"gulp-util": "~3.0.4",
"marked": "~0.3.0",
"through2": "^0.6.5",
"yargs": "^3.9.0"
},
"dependencies": {
"d3": "^3.5.6",
"earcut": "^2.0.2",
"gulp-copy": "0.0.2",
"lodash": "^3.10.1",
"two.js": "^0.4.0"
}
}