-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 914 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
{
"name": "acodemy-app",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"authors": [
"Marek Skrajnowski <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"coffee-script": "^1.9.0",
"del": "^2.2.0",
"event-stream": "^3.2.2",
"gulp": "^3.8.10",
"gulp-angular-filesort": "^1.0.4",
"gulp-angular-templatecache": "^1.5.0",
"gulp-babel": "^6.1.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.4.3",
"gulp-connect": "^2.2.0",
"gulp-inject": "^1.1.1",
"gulp-livereload": "^3.7.0",
"gulp-minify-css": "^0.4.5",
"gulp-ng-annotate": "^0.5.2",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.2.4",
"main-bower-files": "^2.5.0"
}
}