json-ometajs
Version:
A JSON parser using OmetaJS
31 lines (30 loc) • 642 B
JSON
{
"name": "json-ometajs",
"version": "3.0.2",
"description": "A JSON parser using OmetaJS",
"main": "index.js",
"scripts": {
"prepublish": "ometajs2js -b -i index.ometajs -o index.js",
"test": "tap ./test"
},
"repository": {
"type": "git",
"url": "http://github.com/aredridel/json-ometajs"
},
"keywords": [
"json",
"ometajs"
],
"author": "Aria Stewart <aredridel@nbtsc.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aredridel/json-ometajs/issues"
},
"dependencies": {
"ometajs": "^4.0.0"
},
"devDependencies": {
"glob": "^5.0.14",
"tap": "^1.3.1"
}
}