-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "lets-angular-framework-core",
"version": "0.0.9",
"description": "Core Module for Lets Angular Framework",
"dependencies": {},
"scripts": {
"start": "gulp watch",
"build": "gulp build",
"test": "gulp test"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.0.2",
"gulp-csso": "~1.0.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "~0.0.4",
"gulp-gh-pages": "^0.5.1",
"gulp-inject": "~3.0.0",
"gulp-jshint": "~1.9.0",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-html": "~1.0.4",
"gulp-ng-annotate": "~1.1.0",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "~2.0.4",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.4.1",
"gulp-useref": "~1.3.0",
"gulp-util": "^3.0.8",
"wrench": "~1.5.8",
"del": "~2.0.2"
},
"engines": {
"node": ">=0.10.0"
}
}