forked from Beit-Hatfutsot/dbs-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "bhsclient",
"version": "0.0.1",
"private": true,
"dependencies": {},
"devDependencies": {
"autoprefixer": "6.3.6",
"es6-promise": "^3.2.1",
"event-stream": "^3.3.3",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.1.0",
"gulp-embedlr": "^0.5.2",
"gulp-filter": "^4.0.0",
"gulp-header": "^1.8.3",
"gulp-htmlmin": "^2.0.0",
"gulp-inject": "^4.1.0",
"gulp-karma": "0.0.5",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-css": "^1.2.4",
"gulp-natural-sort": "^0.1.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"install": "~0.1.7",
"karma": "~0.12.1",
"karma-jasmine": "~0.1.5",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.2",
"lazypipe": "^1.0.1",
"main-bower-files": "^2.13.1",
"node-sass": "^3.8.0",
"npm": "~2.1.10",
"phantomjs": "~1.9.7-1",
"rimraf": "^2.5.2",
"run-sequence": "^1.2.1",
"streamqueue": "^1.1.1"
},
"scripts": {}
}