-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 879 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 879 Bytes
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
{
"name": "sakura360",
"version": "0.0.0",
"bugs": {
"url": "https://github.com/codeforkobe/sakura360/issues"
},
"dependencies": {
"browser-sync": "^2.5.2",
"coffee-script": "^1.9.1",
"del": "^1.1.1",
"es6-promise": "^2.0.1",
"google-sheets-api": "https://github.com/bouzuya/google-sheets-api/archive/0.1.0.tar.gz",
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"handlebars": "^3.0.0",
"mkdirp": "^0.5.0",
"moment": "^2.9.0",
"run-sequence": "^1.0.2"
},
"homepage": "https://github.com/codeforkobe/sakura360",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/codeforkobe/sakura360"
},
"scripts": {
"build": "gulp build",
"clean": "gulp clean",
"deploy": "gulp deploy",
"start": "gulp",
"test": "exit 0",
"watch": "gulp watch"
}
}