-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 942 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
37
38
39
40
41
42
{
"name": "dazzling-path",
"version": "0.2.0",
"description": "Artistic and experimental library to facilitate special effects on svg path",
"author": {
"name": "Olivier Huin",
"email": ""
},
"repository": "olih/dazzling-path",
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"dazzling-path",
""
],
"dependencies": {
"grunt": "^0.4.5",
"lodash": "^3.1.0",
"paths-js": "^0.3.0",
"polygon": "^1.0.0",
"string": "^3.0.0",
"svg-path-parser": "^1.0.1",
"xml2js": "^0.4.4"
},
"devDependencies": {
"chai": "^3.4.1",
"grunt-bump": "^0.7.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^2.0.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.4.0",
"time-grunt": "^1.0.0"
},
"scripts": {
"test": "grunt"
}
}