-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "lumographe.fr",
"version": "1.0.0",
"description": "lumographe personal website ",
"main": "index.js",
"scripts": {
"postinstall": "gulp",
"lint": "eslint src --ext=.jsx",
"predev": "gulp",
"dev": "nodemon ./server.js",
"prestart": "gulp",
"start": "node server.js",
"md2json": "gulp markdown"
},
"repository": {
"type": "git",
"url": "git://github.com/lionelB/lumographe.fr"
},
"keywords": [
"personal",
"front",
"end"
],
"author": "LionelB",
"license": "MIT",
"bugs": {
"url": "https://github.com/lionelB/lumographe.fr/issues"
},
"homepage": "https://github.com/lionelB/lumographe.fr",
"dependencies": {
"opn": "^1.0.0",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7",
"node-jsx": "^0.12.4",
"jsx-loader": "^0.12.2",
"gulp-util": "^3.0.1",
"gulp": "^3.8.10",
"object-assign": "^2.0.0",
"through2": "^0.6.3",
"meta-marked": "^0.3.3",
"bloody-request": "^1.0.1",
"docbrown": "0.0.3",
"nodemon": "^1.3.6",
"react-router": "^0.11.6",
"react-hot-loader": "^1.1.4",
"react": "^0.12.2",
"serve-favicon": "^2.2.0",
"livereload": "^0.3.6",
"react-document-title": "^0.1.3",
"express-cors": "0.0.3",
"es6-promise": "^2.0.1",
"express": "^4.11.2",
"eslint": "^0.15.0"
},
"site": {
"title": "L'atelier du Lumographe",
"description": "Développement web & mobile",
"author": "Lionel Breduillieard",
"keywords": [
"développeur, developper, freelance, indépendant, front-end, web, html, html5, css, Sass, compass, javascript, js, gruntjs, nodejs, angular, backbone, ecmascript, intégrateur, webdesign, loriol, valence, lyon"
]
}
}