ex-400-dev
Version:
EX-400 development library
30 lines (29 loc) • 583 B
JSON
{
"name": "ex-400-dev",
"version": "0.1.4",
"description": "EX-400 development library",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "http://github.com/smotchkkiss/ex-400-dev"
},
"keywords": [
"ex-400",
"kara"
],
"author": "smotchkkiss <smotchkkiss@gmail.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/smotchkkiss/ex-400-dev/issues"
},
"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.0"
}
}