-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "sketcaht",
"version": "0.0.1",
"author": "Wonder Chang <[email protected]",
"dependencies": {
"colors": "^1.0.3",
"mysql": "^2.6.2",
"node-uuid": "^1.4.3",
"sha256": "^0.2.0",
"socket.io": "^2.4.0"
},
"devDependencies": {
"LiveScript": "~1.2.0",
"bower": "~1.4.1",
"connect-livereload": "~0.3.2",
"express": "~3.11.0",
"gulp": "~3.5.5",
"gulp-concat": "~2.1.7",
"gulp-filter": "~0.3.1",
"gulp-jade": "~0.4.2",
"gulp-livereload": "~1.2.0",
"gulp-livescript": "~0.2.0",
"gulp-markdown": "~0.1.2",
"gulp-print": "~1.0.3",
"gulp-rename": "~1.2.0",
"gulp-shell": "~0.2.9",
"gulp-stylus": "~0.0.13",
"gulp-util": "~2.2.14",
"main-bower-files": "~1.0.1",
"nib": "~1.0.1",
"npm": "~6.4.1",
"streamqueue": "~0.0.4",
"tiny-lr": "0.0.5"
},
"scripts": {
"build": "node_modules/.bin/gulp --require LiveScript build",
"postinstall": "node_modules/.bin/bower i",
"start": "node_modules/.bin/gulp --require LiveScript watch",
"watch": "node_modules/.bin/gulp --require LiveScript watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT"
}