instance
Version:
Get an instance back
30 lines (29 loc) • 724 B
JSON
{
"name": "instance",
"version": "0.0.1",
"description": "Get an instance back",
"main": "./index.js",
"homepage": "https://github.com/vesln/instance",
"scripts": {
"test": "make test",
"coverage": "make coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/vesln/instance"
},
"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.1",
"coveralls": "~2.3.0",
"component": "~0.18.0",
"karma-chrome-launcher": "~0.1.1",
"karma-firefox-launcher": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.1",
"karma": "~0.10.8",
"karma-mocha": "~0.1.1",
"istanbul": "~0.1.44"
},
"author": "Veselin Todorov <hi@vesln.com>",
"license": "MIT"
}