-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "angular-flippy",
"version": "2.1.1",
"description": "AngularJS directive implementation with a CSS3 flip animation.",
"main": "dist/js/angular-flippy.min.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/zwacky/angular-flippy.git"
},
"author": "Simon Wicki <[email protected]>",
"license": "MIT",
"devDependencies": {
"angular": "^1.5.0",
"babel-preset-es2015": "^6.3.13",
"bootstrap": "^3.3.6",
"browser-sync": "^2.11.1",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-conventional-changelog": "^0.7.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.2.3",
"gulp-ng-annotate": "^1.1.0",
"gulp-purifycss": "^0.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"merge-stream": "^1.0.0",
"run-sequence": "^1.1.5"
}
}