wallet-core/node_modules/deprecated/package.json

36 lines
925 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name":"deprecated",
"description":"Tool for deprecating things",
"version":"0.0.1",
"homepage":"http://github.com/wearefractal/deprecated",
"repository":"git://github.com/wearefractal/deprecated.git",
"author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main":"./index.js",
"dependencies":{
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
"mocha": "~1.17.0",
2016-11-03 01:33:53 +01:00
"should": "~3.1.0",
2016-10-10 03:43:44 +02:00
"mocha-lcov-reporter": "~0.0.1",
2016-11-03 01:33:53 +01:00
"coveralls": "~2.6.1",
"istanbul": "~0.2.3",
2016-10-10 03:43:44 +02:00
"rimraf": "~2.2.5",
2016-11-03 01:33:53 +01:00
"jshint": "~2.4.1"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha --reporter spec && jshint",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
2016-10-10 03:43:44 +02:00
},
"engines": {
"node": ">= 0.9"
},
2016-11-03 01:33:53 +01:00
"licenses":[
2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"type":"MIT",
"url":"http://github.com/wearefractal/deprecated/raw/master/LICENSE"
2016-10-10 03:43:44 +02:00
}
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}