-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "pa-frontend",
"version": "1.0.0",
"description": "Frontend project for postaddict.me",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server/app.js"
},
"author": "Yelnar Nauryzbayev",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.12.5",
"del": "^2.2.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^4.0.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.0.6",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.0",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.0.1",
"lodash": "^4.11.1",
"node-notifier": "^4.5.0",
"path": "^0.12.7",
"wiredep": "^4.0.0",
"yargs": "^3.27.0"
},
"dependencies": {}
}