2015-06-13 17:06:25 -07:00
|
|
|
{
|
2021-06-05 14:44:05 +08:00
|
|
|
"name": "svgcanvas",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"description": "svgcanvas",
|
2021-06-05 15:56:16 +08:00
|
|
|
"main": "index.js",
|
2015-06-13 17:06:25 -07:00
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "./node_modules/.bin/karma start --browsers Firefox --single-run"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"canvas",
|
|
|
|
"svg",
|
|
|
|
"canvas2svg"
|
|
|
|
],
|
2021-06-05 14:44:05 +08:00
|
|
|
"author": "Zeno Zeng",
|
2015-06-13 17:06:25 -07:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^2.1.1",
|
|
|
|
"cheerio": "^0.19.0",
|
|
|
|
"gulp": "^3.9.0",
|
2015-09-09 11:02:48 -07:00
|
|
|
"gulp-bump": "^0.3.1",
|
2015-06-13 17:06:25 -07:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|