-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 779 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 779 Bytes
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
{
"name": "polymorph",
"version": "1.1.0",
"description": "Translate one svg path into another.",
"main": "polymorph.js",
"scripts": {
"start": "lib/ls/start.ls",
"dev": "gulp",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/popkinj/polymorph.git"
},
"author": "Jamie Popkin",
"license": "ISC",
"devDependencies": {
"async": "^0.9.0",
"d3": "^3.5.5",
"topojson": "^1.6.19",
"LiveScript": "^1.3.1",
"connect": "^3.3.5",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-livereload": "^3.8.0",
"gulp-livescript": "^2.3.0",
"gulp-plumber": "^1.0.0",
"gulp-watch": "^4.2.4",
"run-sequence": "^1.0.2",
"serve-static": "^1.9.2"
}
}