-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
{
"name": "quamolit-painter",
"version": "0.1.0",
"main": "lib/painter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"browserify": "^5.10.1",
"coffee-script": "^1.7.1",
"del": "^0.1.3",
"gulp": "^3.8.7",
"gulp-autoprefixer": "0.0.9",
"gulp-cirru-html": "0.0.4",
"gulp-coffee": "^2.1.2",
"gulp-cssmin": "^0.1.6",
"gulp-plumber": "^0.6.4",
"gulp-reloader": "0.0.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.2",
"gulp-watch": "^0.6.10",
"make-filetree": "0.0.2",
"pages-rev": "0.0.3",
"rsyncwrapper": "^0.4.1",
"run-sequence": "^0.3.6",
"vinyl-buffer": "0.0.0",
"vinyl-source-stream": "^0.1.1",
"vinyl-transform": "0.0.1"
},
"description": "A chat app",
"dependencies": {},
"keywords": [
"quamolit",
"canvas"
],
"repository": {
"type": "git",
"url": "https://github.com/Quamolit/painter.git"
},
"bugs": {
"url": "https://github.com/Quamolit/painter/issues"
},
"homepage": "https://github.com/Quamolit/painter"
}