-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 845 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 845 Bytes
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
{
"name": "llrsrc",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"lite-server": "lite-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-cookies": "^1.5.5",
"angular-material": "git+https://github.com/angular/bower-material.git#master",
"angular-messages": "^1.5.5",
"angular-sanitize": "^1.5.5",
"angular-toastr": "^1.7.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^2.0.0",
"gulp-less": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3"
}
}