forked from beyondL/clay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 KB
/
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
36
37
38
39
40
41
42
{
"name": "clay-core",
"version": "2.1.2next",
"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"
}
}