-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 963 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
35
36
37
38
{
"name": "source-builder",
"version": "1.0.0",
"description": "Basic Web Project Builder for JS and CSS Source files with live-build functionality",
"main": "gulpfile.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/antalutrazvan/source-builder.git"
},
"keywords": [
"build",
"minify",
"concat"
],
"author": "Razvan Antalut",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-ng-annotate": "^1.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"require": "^2.4.20",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}