clay-core
Version:
Provide a more friendly web-side drawing interface!
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "clay-core",
"version": "2.1.3",
"description": "Provide a more friendly web-side drawing interface!",
"main": "build/export.js",
"scripts": {
"release": "node_modules/.bin/grunt release",
"server": "node_modules/.bin/grunt server",
"test": "npm install grunt-contrib-qunit && node_modules/.bin/grunt test",
"start": "npm install && npm run release",
"export": "node_modules/.bin/webpack"
},
"keywords": [
"clay.js",
"clay-core",
"algorithm",
"svg",
"canvas",
"webgl"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yelloxing/clay-core.git"
},
"author": "心叶",
"email": "yelloxing@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/yelloxing/clay-core/issues"
},
"homepage": "https://yelloxing.github.io/clay-core/doc/",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "6.4.1",
"grunt": "^1.0.3",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-plug-insert": "^0.1.2",
"webpack": "2.7.0"
}
}