-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
73 lines (73 loc) · 1.98 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
64
65
66
67
68
69
70
71
72
73
{
"name": "lagom",
"version": "0.6.5",
"description": "simplistic presentation generator",
"main": "index.js",
"bin": {
"lagom": "./dist/bin/lagom"
},
"scripts": {
"dist": "rm -rf dist && webpack -p --progress --optimize-minimize",
"build": "webpack",
"bin": "node ./.build/bin/lagom",
"watch": "webpack-dev-server --content-base ./.build/starter",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/reimertz/lagom.git"
},
"keywords": [
"slides",
"lagom",
"simplistic",
"presentation",
"javascript"
],
"author": "Pierre Reimertz",
"license": "MIT",
"bugs": {
"url": "https://github.com/reimertz/lagom/issues"
},
"homepage": "https://github.com/reimertz/lagom",
"dependencies": {
"ansi-escapes": "^1.4.0",
"babel-runtime": "^6.11.6",
"chalk": "^1.1.3",
"form-data": "^2.1.1",
"fs-promise": "^0.5.0",
"live-server": "git://github.com/reimertz/live-server.git",
"mustache": "^2.2.1",
"inliner": "git://github.com/reimertz/inliner.git",
"node-fetch": "^1.6.3"
},
"devDependencies": {
"any-promise": "^1.3.0",
"autoprefixer": "^6.5.0",
"babel-cli": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-loader": "^1.5.0",
"extract-text-webpack-plugin": "^1.0.1",
"hammerjs": "^2.0.8",
"highlight.js": "^9.7.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.22.0",
"ismobilejs": "^0.4.0",
"node-sass": "^3.10.1",
"postcss-loader": "^0.13.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"webpack-node-externals": "^1.4.3"
}
}