In repo contracts addon

This commit is contained in:
2018-04-01 03:16:22 +02:00
parent 576e2741a9
commit 020a1c5682
5 changed files with 53 additions and 3 deletions
+10 -2
View File
@@ -34,6 +34,9 @@
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"broccoli-asset-rev": "^2.4.5",
"broccoli-file-creator": "^1.1.1",
"broccoli-json-module": "^1.0.0",
"broccoli-merge-trees": "^3.0.0",
"ember-ajax": "^2.4.1",
"ember-browserify": "^1.1.13",
"ember-cli": "2.10.0",
@@ -57,7 +60,7 @@
"ember-truth-helpers": "1.3.0",
"ipfs-api": "^12.1.7",
"kosmos-schemas": "^1.1.2",
"kredits-contracts": "github:67P/kredits-contracts#operator",
"kredits-contracts": "github:67P/truffle-kredits#master",
"loader.js": "^4.0.10",
"tv4": "^1.3.0",
"uuid": "^3.0.1",
@@ -66,5 +69,10 @@
"engines": {
"node": ">= 0.12.0"
},
"private": true
"private": true,
"ember-addon": {
"paths": [
"lib/contracts"
]
}
}