fulky
Version:
[](https://www.npmjs.com/package/fulky) [](LICENSE) [](https://travis-ci.org/astorije/fu
27 lines (26 loc) • 618 B
JSON
{
"name": "fulky",
"version": "0.2.0",
"description": "",
"main": "",
"scripts": {
"fixtures-jasmine": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json",
"fixtures-mocha": "mocha --compilers md:md-compiler test/**/*.md",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/astorije/fulky.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/astorije/fulky/issues"
},
"homepage": "https://github.com/astorije/fulky#readme",
"devDependencies": {
"chai": "^3.5.0",
"jasmine": "^2.5.3",
"mocha": "^3.2.0"
}
}