-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.64 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "angular-cat",
"version": "0.2.0",
"description": "CSS Animation Timeline. Set of angularjs directives to simplify development of animations on static websites",
"main": "dist/cat.js",
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js --single-run",
"codecov": "cat coverage/chrome-lcov/lcov.info | codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/artoale/angular-cat.git"
},
"keywords": [
"angularjs",
"animations",
"cat",
"angular-cat"
],
"author": "Alessandro Artoni <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/artoale/angular-cat/issues"
},
"homepage": "https://github.com/artoale/angular-cat",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^11.0.1",
"browserify-istanbul": "^0.2.1",
"chai": "^3.4.1",
"codecov": "^1.0.1",
"del": "^1.2.0",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-connect": "^2.2.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.1",
"isparta": "^4.0.0",
"karma": "^0.13.19",
"karma-babel-preprocessor": "^5.2.1",
"karma-browserify": "^4.4.2",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.1",
"karma-mocha-reporter": "^1.0.2",
"karma-notify-reporter": "^0.1.1",
"mocha": "^2.3.4",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"angular": "^1.4.9",
"angular-animate": "^1.4.9"
}
}