forked from lyontechhub/lyontechhub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (38 loc) · 1000 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
38
39
{
"name": "LyonTechHub",
"version": "0.1.0",
"description": "Lyon Tech Hub Web Site",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/lyontechhub/lyontechhub.github.io"
},
"scripts": {
"postinstall": "bower install",
"prestart": "gulp build",
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Lyon Tech Hub community",
"license": "MIT",
"dependencies": {
"bower": "^1.3.8",
"express": "^4.8.6",
"http-server": "^0.6.1",
"prerender-node": "^1.0.5",
"amd-optimize": "^0.1.0",
"del": "^0.1.1",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-gh-pages": "^0.3.3",
"gulp-if": "^1.2.4",
"gulp-less": "^1.3.3",
"gulp-minify-css": "^0.3.7",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"path": "^0.4.9",
"run-sequence": "^0.3.6",
"when": "^3.4.4",
"yargs": "^1.3.1"
}
}