-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.04 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
{
"name": "Gulp-Compilation",
"description": "",
"version": "2.3.2",
"release": "1",
"author": {
"name": "AlchemyTec"
},
"contributors": [
{
"name": "Robee Shepherd"
},
{
"name": "Alex McBeth"
},
{
"name": "Artur Klopotek"
}
],
"license": "Commercial",
"private": true,
"scripts": {
"start": "gulp"
},
"engines": {
"node": ">=0.10.26 <0.11"
},
"devDependencies": {},
"dependencies": {
"browserify": "^11.0.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-consolidate": "^0.1.2",
"gulp-filesize": "0.0.6",
"gulp-foreach": "^0.1.0",
"gulp-if": "^1.2.5",
"gulp-inject-string": "0.0.2",
"gulp-less": "^3.0.3",
"gulp-minify-html": "^1.0.4",
"gulp-ng-html2js": "^0.2.0",
"gulp-ng-templates": "0.0.6",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-size": "^1.2.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.2.0",
"less-plugin-clean-css": "^1.5.1",
"minimist": "^1.2.0",
"swig": "^1.4.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}