scribe-translator
Version:
Lightweight translator for javascript
29 lines (28 loc) • 676 B
JSON
{
"name": "scribe-translator",
"version": "1.1.0",
"description": "Lightweight translator for javascript",
"main": "lib/scribe.js",
"typings": "lib/scribe.d.ts",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/KyleNeedham/scribe"
},
"keywords": [
"translator",
"language"
],
"author": "Kyle Needham <kylex691@hotmail.com>",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-uglify": "^0.11.1",
"grunt-template-jasmine-requirejs": "^0.2.3",
"load-grunt-tasks": "^3.1.0"
}
}