forked from lmgonzalves/segment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 810 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
{
"name": "segment-js",
"version": "1.0.8",
"description": "A little JavaScript class (without dependencies) to draw and animate SVG path strokes",
"main": "dist/segment.node.js",
"repository": {
"type": "git",
"url": "https://github.com/lmgonzalves/segment.git"
},
"keywords": [
"svg",
"path",
"stroke",
"animation"
],
"author": "lmgonzalves",
"license": "MIT",
"bugs": {
"url": "https://github.com/lmgonzalves/segment/issues"
},
"homepage": "https://github.com/lmgonzalves/segment",
"engine": {
"node": ">=0.10.22"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-sass": "^0.7.3",
"gulp-autoprefixer": "1.0.0",
"gulp-uglify": "^0.3.1",
"browser-sync": "^1.3.7",
"gulp-rename": "~1.2.2",
"gulp-insert": "~0.5.0"
}
}