forked from TapTrack/TappyChromeApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 822 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
{
"name": "cataraqui",
"version": "1.0.0",
"description": "Tappy Reader Writer next generation",
"author": "Tap Track",
"license": "Apache-2.0",
"private": true,
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.6",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-inject": "^4.0.0",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.0",
"gulp-merge-json": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^1.4.2",
"gulp-zip": "^3.0.2",
"main-bower-files": "^2.9.0",
"run-sequence": "^1.1.4",
"yargs": "^4.6.0"
}
}