-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 828 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 828 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
{
"name": "smarteco",
"version": "1.0.18",
"description": "",
"main": "lib/smartEco.min.js",
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode development",
"dist": "webpack --mode production --env.DISTRIBUTION=true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/O3Labs/neodapi-provider-engine.git"
},
"author": "Andrei T.",
"license": "MIT",
"bugs": {
"url": "https://github.com/O3Labs/neodapi-provider-engine/issues"
},
"dependencies": {
"o3-dapi-core": "0.3.0",
"o3-dapi-neo": "0.4.2",
"o3-dapi-neoclient": "^0.0.3"
},
"devDependencies": {
"ts-loader": "5.2.2",
"tslint": "5.11.0",
"tslint-loader": "3.5.4",
"typescript": "2.9.1",
"webpack": "4.21.0",
"webpack-cli": "3.1.2"
}
}