-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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": "irs25-webclient",
"version": "1.0.0",
"description": "",
"private": true,
"main": "index.html",
"scripts": {
"init": "npm install",
"install": "bower install",
"start": "node src/server/app.js"
},
"author": "Bradley Suira",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.8.2",
"connect-modrewrite": "^0.8.2",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-csso": "^1.0.0",
"gulp-filter": "^3.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^1.5.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-rev": "^5.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"lodash": "^3.10.0",
"node-notifier": "^4.2.3",
"path": "^0.11.14",
"run-sequence": "^1.1.2",
"wiredep": "^2.2.2",
"yargs": "^3.17.1"
}
}