-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 971 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 971 Bytes
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": "ink-blotter",
"version": "0.5.0",
"description": "An engine for displaying Ink stories in the browser, using InkJS",
"files": [
"build/blotter.js",
"build/index.js"
],
"main": "build/index.js",
"scripts": {
"watch": "webpack --watch",
"prepublish": "webpack && webpack --config webpack.config.module.js"
},
"author": {
"name": "Bruno Dias",
"email": "bruno.r.dias@gmail.com",
"url": "http://segue.pw/"
},
"repository": "sequitur/blotter",
"license": "MIT",
"dependencies": {
"inkjs": "^1.6.0",
"md5": "^2.2.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"fs-jetpack": "^0.9.2",
"html-webpack-plugin": "^2.22.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"pug": "^2.0.0-beta6",
"raw-loader": "^0.5.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}