fly-earl
Version:
Fly plugin for Earl Grey
38 lines (37 loc) • 903 B
JSON
{
"name": "fly-earl",
"version": "0.3.7",
"description": "Fly plugin for Earl Grey",
"license": "MIT",
"repository": "github:MadcapJake/fly-earl",
"main": "lib/index.js",
"scripts": {
"tape": "earltape test/*.eg",
"test": "npm run tape | tspec",
"build": "earl compile -rvso ./ src/",
"deploy": "npm run build && git push origin master && npm publish",
"test-ci": "node --harmony --harmony_arrow_functions ./node_modules/earltape/bin/earltape test/*.eg"
},
"author": {
"name": "Jake Russo",
"email": "madcap.russo@gmail.com",
"url": "http://github.com/MadcapJake"
},
"dependencies": {
"earlgrey": "0.0.9"
},
"devDependencies": {
"earltape": "^0.2.0",
"tap-spec": "^4.0.2",
"tape": "^4.0.0"
},
"keywords": [
"earlgrey",
"fly",
"fly-plugin"
],
"engines": {
"iojs": ">= 1.0.0",
"node": ">= 0.11.0"
}
}