-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "number-animator",
"private": true,
"version": "0.0.1",
"description": "A directive to animate a number value from `start` to `end` in a specified `duration` milliseconds.",
"repository": "",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"extend": "~2.0.0",
"gulp": "^3.8.11",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.4.1",
"gulp-filesize": "0.0.6",
"gulp-footer": "~1.0.5",
"gulp-header": "~1.1.1",
"gulp-if": "~1.2.5",
"gulp-jshint": "~1.8.5",
"gulp-load-plugins": "~0.7.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.1",
"gulp-util": "~3.0.1",
"jasmine-core": "^2.5.2",
"jshint-stylish": "~1.0.0",
"karma": "~0.10",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"shelljs": "^0.2.6"
},
"scripts": {
"postinstall": "bower install",
"test": "./node_modules/gulp/bin/gulp.js ci"
}
}