-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·70 lines (68 loc) · 1.51 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "coderdojo-tokyo",
"version": "2.0.0",
"homepage": "http://tokyo.coderdojo.jp",
"repository": {
"type": "git",
"url": "[email protected]:coderdojo-tokyo/web.git"
},
"description": "CoderDojo Tokyo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install && gulp install"
},
"keywords": [
"coderdojo"
],
"author": "Tsutomu Kawamura <[email protected]>",
"license": "MIT",
"browserify": {
"transform": [
"coffeeify",
"debowerify"
]
},
"dependencies": {
},
"devDependencies": {
"coffee-script": "*",
"lodash": "*",
"vinyl-source-stream": "*",
"streamqueue": "*",
"merge-stream": "*",
"event-stream": "*",
"browser-sync": "*",
"marked": "*",
"run-sequence": "*",
"require-dir": "*",
"del": "*",
"bower": "*",
"browserify": "*",
"watchify": "*",
"coffeeify": "*",
"debowerify": "*",
"browsernizr": "*",
"gulp": "3.8.7",
"gulp-autoprefixer": "*",
"gulp-base64": "*",
"gulp-changed": "*",
"gulp-coffee": "*",
"gulp-coffeelint": "*",
"gulp-concat": "*",
"gulp-consolidate": "*",
"gulp-cssimport": "*",
"gulp-csslint": "*",
"gulp-header": "*",
"gulp-iconfont": "*",
"gulp-less": "*",
"gulp-minify-css": "*",
"gulp-notify": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-sketch": "*",
"gulp-streamify": "*",
"gulp-uglify": "*",
"gulp-util": "*"
},
"private": true
}