forked from maxwellito/vivus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 864 Bytes
/
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": "vivus",
"version": "0.1.2",
"description": "JavaScript library to make drawing animation on SVG",
"main": "index.js",
"scripts": {
"test": "karma"
},
"repository": {
"type": "git",
"url": "https://github.com/maxwellito/vivus.git"
},
"author": "maxwellito",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxwellito/vivus/issues"
},
"homepage": "https://github.com/maxwellito/vivus",
"engine": {
"node": ">=0.10.22"
},
"devDependencies": {
"gulp": "^3.8.5",
"gulp-concat": "^2.2.0",
"gulp-header": "^1.2.2",
"gulp-imports": "0.0.2",
"gulp-jshint": "^1.6.3",
"gulp-karma": "0.0.4",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.19",
"karma": "^0.12.17",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "~0.2.0"
}
}