27 lines
667 B
JSON
27 lines
667 B
JSON
{
|
|
"name": "js2dart",
|
|
"version": "0.0.0",
|
|
"description": "Compile JavaScript to Dart so that you can compile it back to JavaScript and run.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "gulp js2dart/test",
|
|
"postinstall": "pub install"
|
|
},
|
|
"author": "Vojta Jina <vojta.jina@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"gulp": "^3.8.8",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-shell": "^0.2.9",
|
|
"gulp-watch": "^1.0.3",
|
|
"q": "^1.0.1",
|
|
"through2": "^0.6.1",
|
|
"event-stream": "^3.1.5",
|
|
"gulp-rimraf": "^0.1.0",
|
|
"run-sequence": "^0.3.6",
|
|
"glob": "^4.0.6",
|
|
"gulp-ejs": "^0.3.1",
|
|
"traceur": "^0.0.66"
|
|
}
|
|
}
|