-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 931 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 931 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": "cacau",
"version": "2.0.3",
"description": "Test API in JavaScript.",
"main": "cacau.js",
"scripts": {
"build": "webpack --config webpack.config.prod.js",
"develop": "webpack --watch --config webpack.config.dev.js",
"test": "webpack --mode development --watch --config webpack.config.test.js",
"postversion": "git push --tags origin master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perdugames/cacau.git"
},
"author": "perdugames",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/perdugames/cacau/issues"
},
"homepage": "https://github.com/perdugames/cacau#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.0.8"
},
"dependencies": {
"@perdugames/eventbus": "^1.0.2"
}
}