-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "bcc-package-seed",
"version": "1.0.0",
"description": "BCC NPM Package seed repo",
"main": "index.js",
"repository": "https://github.com/BootcampersCollective/bcc-package-seed.git",
"author": "Wesley Song <wes.song@gmail.com>",
"license": "MIT",
"devDependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-sanitize": "^1.6.6",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"del": "^3.0.0",
"eslint": "^4.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-webserver": "^0.9.1",
"jshint": "^2.9.5",
"livereload": "^0.6.2"
}
}