-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 883 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 883 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
{
"name": "miox-websql",
"version": "1.0.1",
"description": "miox persistent data source for websql",
"main": "build/index.js",
"service": {
"port": 7788,
"ip": "0.0.0.0"
},
"scripts": {
"dev": "NODE_ENV=dev node_modules/.bin/webpack-dev-server --config webpack.config.js --hot --progress",
"build": "rm -rf build/ && babel src/ -d build/"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.5"
},
"dependencies": {
"flatten": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:51nb/miox-websql.git"
}
}