magnet-config
Version:
60 lines (59 loc) • 1.33 kB
JSON
{
"name": "magnet-config",
"version": "2.0.0",
"description": "Readme",
"keywords": [
"config",
"magnet",
"magnetjs"
],
"homepage": "https://github.com/Magnetjs/magnet-config#readme",
"bugs": {
"url": "https://github.com/Magnetjs/magnet-config/issues"
},
"license": "MIT",
"author": "Kieve Chua <kievechua@gmail.com> (https://github.com/kievechua)",
"main": "index.js",
"types": "index.d.js",
"repository": "magnetjs/magnet-config",
"scripts": {
"build": "fly build",
"start": "fly",
"dist": "npm run build && tsc && cd dist && npm publish",
"test": "ava | tap-spec",
"watch-test": "ava --watch | tap-spec"
},
"dependencies": {
"bluebird": "^3.4.7",
"is-promise": "^2.1.0",
"lodash": "^4.13.1",
"magnet-core": "^3.3.1",
"mz": "^2.6.0",
"require-all": "^2.0.0"
},
"devDependencies": {
"ava": "^0.18.1",
"fly": "^2.0.5",
"fly-clear": "^1.0.1",
"fly-esnext": "^2.0.1",
"fly-flatten": "^1.0.1",
"fly-typescript": "^1.0.0",
"fly-watch": "^1.1.1",
"typescript": "^2.3.2"
},
"engines": {
"node": ">=6.9.5"
},
"ava": {
"failFast": true,
"tap": true,
"files": [
"test/*.{js,jsx}",
"!test/config/*"
],
"source": [
"**/*.{js,jsx}",
"!dist/**/*"
]
}
}