forked from exiletrade/exiletrade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "foundation-apps-template",
"version": "1.2.0",
"scripts": {
"prestart": "bower install && npm install",
"start": "gulp",
"build": "gulp build --production"
},
"devDependencies": {
"angular-cache": "^4.5.0",
"angular-spinner": "^0.8.1",
"clipboard": "^1.5.10",
"download-file": "^0.1.5",
"front-router": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-git-staged": "0.0.1",
"gulp-gitmodified": "^1.1.1",
"gulp-if": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.2",
"gulp-ng-html2js": "^0.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.0.3",
"gulp-uglify": "^1.2.0",
"gulp-webserver": "^0.9.1",
"js-yaml": "^3.5.3",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"ng-focus-if": "^1.0.5",
"ngclipboard": "^1.1.1",
"rimraf": "^2.4.1",
"run-sequence": "^1.1.1",
"yargs": "^4.4.0"
},
"private": true
}