You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
676 B
JSON
32 lines
676 B
JSON
{
|
|
"name": "canvassed",
|
|
"version": "1.0.0",
|
|
"description": "High-level canvas drawing primitives",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"gulp": "gulp"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.cryto.net/joepie91/canvassed.git"
|
|
},
|
|
"keywords": [
|
|
"canvas",
|
|
"drawing",
|
|
"shapes"
|
|
],
|
|
"author": "Sven Slootweg",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"deep-assign": "^2.0.0",
|
|
"default-value": "^1.0.0",
|
|
"dotty": "0.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@joepie91/gulp-preset-es2015": "^1.0.1",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"gulp": "^3.9.1"
|
|
}
|
|
}
|