-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "frontend",
"version": "1.0.0",
"description": "Test",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular-hmr": "git://github.com/yargalot/Angular-HMR.git",
"babel-core": "^4.7.13",
"babel-loader": "^4.2.0",
"babel-runtime": "^4.7.16",
"blueimp-file-upload": "^9.9.3",
"bower-webpack-plugin": "^0.1.6",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-connect-multi": "^1.0.8",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.1.1",
"gulp-webpack": "^1.3.1",
"gulp-webpack-build": "^0.6.0",
"html-loader": "^0.3.0",
"json-loader": "^0.5.1",
"ng-annotate-webpack-plugin": "^0.1.2",
"node-sass": "^2.1.1",
"semver": "^4.3.3",
"style-loader": "^0.12.3",
"webpack": "^1.7.3",
"webpack-dev-server": "^1.8.0"
},
"main": "gulpfile.js"
}