-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 983 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
{
"name": "phoenix-toolkit",
"version": "0.1.0",
"description": "CSS modularized simple toolkit for beautiful websites",
"main": "dist/src/phoenix-toolkit.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Elena Torro <elenatorro@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-plugin-transform-node-env-inline": "0.0.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-handlebars": "^4.0.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}