-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 929 Bytes
/
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
{
"name": "epilogue-association-write",
"description": "A helper for epilogue and sequelize",
"version": "0.2.1",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version",
"build": "babel index.js -d dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baptistemanson/epilogue-association-write.git"
},
"keywords": [
"epilogue",
"javascript",
"sequelize"
],
"author": "Baptiste Manson",
"license": "MIT",
"bugs": {
"url": "https://github.com/baptistemanson/epilogue-association-write/issues"
},
"homepage": "https://github.com/baptistemanson/epilogue-association-write#readme",
"dependencies": {
"debug": "^2.2.0",
"lodash": "^4.16.2"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"standard-version": "^3.0.0"
}
}