forked from gliffy/canvas2svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 808 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
{
"name": "canvas2svg",
"version": "1.0.19",
"description": "canvas2svg",
"main": "canvas2svg.js",
"homepage": "http://gliffy.github.io/canvas2svg/",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/karma start --browsers Firefox --single-run"
},
"keywords": [
"canvas",
"svg",
"canvas2svg"
],
"author": "Kerry Liu",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "^2.1.1",
"cheerio": "^0.19.0",
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"karma": "^0.12.36",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"mocha": "^2.2.5",
"resemblejs": "^1.2.1"
}
}