-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1023 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
{
"name": "SFormAngular",
"devDependencies": {
"browser-sync": "^2.7.12",
"del": "^1.1.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.5.0",
"gulp-connect": "^3.1.0",
"gulp-footer": "^1.0.4",
"gulp-gh-pages": "^0.5.0",
"gulp-header": "^1.0.2",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.6.1",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-ng-annotate": "^0.5.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^3.0.8",
"gulp-util": "^2.2.16",
"gulp-watch": "^4.2.4",
"gulp-webserver": "^0.9.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "~0.1.2",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"main-bower-files": "^2.5.0",
"minimist": "^0.1.0",
"q": "^1.4.1",
"run-sequence": "^1.1.5"
}
}