-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.09 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
43
44
45
46
47
48
49
50
51
{
"name": "crysyan",
"version": "0.2.0",
"description": "a web drawing board with canvas",
"main": "server.js",
"directories": {
"doc": "doc"
},
"dependencies": {
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-gzip": "^1.4.0",
"gulp-clean-css": "^3.4.0",
"gulp-header": "^1.8.8",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.2.0",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-sequence": "^0.4.6",
"gulp-less": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-tar": "^1.9.0",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\""
},
"bin": {
"crysyan": "./server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BPing/crysyan.git"
},
"keywords": [
"canvas",
"draw"
],
"author": "cbping",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/BPing/crysyan/issues"
},
"homepage": "https://github.com/BPing/crysyan#readme",
"engines": {
"node": ">= 6.10.3"
}
}