-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "bloggero",
"version": "0.3.3",
"description": "Bloggero -- engine for static blogs with single page interface written in Elm with Material Design Light.",
"main": "app.js",
"scripts": {
"build": "elm make src/Main.elm",
"start": "elm-live src/Main.elm --pushstate",
"watch": "elm-live src/*.elm --pushstate --debug",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easimonenko/bloggero.git"
},
"keywords": [
"blog",
"engine",
"spa",
"elm",
"mdl"
],
"author": "Evgeniy A. Simonenko <[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/easimonenko/bloggero/issues"
},
"homepage": "https://github.com/easimonenko/bloggero#readme",
"engines": {
"node": "^6.9.0",
"npm": "^3.9.0"
},
"private": true,
"devDependencies": {
"commander": "^2.11.0",
"elm": "^0.18.0",
"elm-live": "^2.7.5",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-elm": "^0.7.2",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.7",
"stylelint": "^7.13.0",
"stylelint-config-standard": "^16.0.0"
}
}