-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 894 Bytes
/
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
{
"name": "ntt-tech-conference-02",
"version": "0.0.1",
"author": "ntt-developers",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/ntt-developers/ntt-tech-conference-02.git"
},
"scripts": {
"postinstall": "bower install",
"build": "gulp",
"develop": "gulp default development"
},
"dependencies": {
"bower": ">= 1.8.x",
"node-web-server": ">= 1.1.x"
},
"devDependencies": {
"coffee-script": ">= 1.12.x",
"gulp": ">= 3.9.x",
"gulp-coffee": ">= 2.3.x",
"gulp-concat": ">= 2.6.x",
"gulp-load-plugins": ">= 1.4.x",
"gulp-minify-css": ">= 1.2.x",
"gulp-sass": ">= 3.0.x",
"gulp-slim": ">= 0.3.x",
"gulp-uglify": ">= 2.0.x",
"gulp-webserver": ">= 0.9.x",
"main-bower-files": ">= 2.13.x"
},
"engines": {
"node": ">= 7.3.x",
"npm": ">= 4.1.x"
}
}