peasy
Version:
an easy but powerful parser
52 lines (51 loc) • 1.06 kB
JSON
{
"name": "peasy",
"description": "an easy but powerful parser",
"keywords": [
"peasy",
"parser",
"javascript",
"coffeescript"
],
"author": "Caoxingming",
"version": "0.3.2",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/chaosim/peasy/master/LICENSE"
}
],
"engines": {
"node": ">=0.8.0"
},
"main": "js/peasy.js",
"homepage": "https://github.com/chaosim/peasy",
"bugs": "https://github.com/chaosim/peasy/issues",
"repository": {
"type": "git",
"url": "git://github.com/chaosim/peasy.git"
},
"dependencies": {
},
"devDependencies": {
"lodash":"*",
"gulp": "*",
"gulp-util":"*",
"gulp-changed":"*",
"gulp-cached":"*",
"gulp-plumber": "*",
"gulp-clean": "*",
"gulp-rename":"*",
"gulp-coffee": "*",
"coffee-script": "1.7.0",
"gulp-concat": "*",
"gulp-closure-compiler": "*",
"gulp-size": "*",
"gulp-mocha":"*",
"gulp-karma":"*",
"run-sequence":"*"
},
"scripts": {
"test": "gulp test"
}
}