ember-legacy-class-transform
Version:
The default blueprint for ember-cli addons.
43 lines • 916 B
JSON
{
"author": "Ben Ng <me@benng.me> (http://benng.me)",
"contributors": [
{
"name": "Jesús Leganés Combarro 'piranna'",
"email": "piranna@gmail.com",
"url": "http://pirannafs.blogspot.com.es"
}
],
"name": "sourcemap-validator",
"description": "Map all the things, check all the maps",
"keywords": [
"uglify",
"browserify",
"minify",
"minifyify",
"validate",
"validator",
"sourcemap"
],
"version": "1.0.5",
"repository": {
"type": "git",
"url": "git://github.com/ben-ng/sourcemap-validator.git"
},
"dependencies": {
"source-map": "~0.1.x",
"lodash.foreach": "~2.3.x",
"lodash.template": "~2.3.x",
"jsesc": "~0.3.x"
},
"scripts": {
"test": "jake test --trace"
},
"devDependencies": {
"uglify-js": "2.4.x",
"jake": "0.7.x"
},
"optionalDependencies": {},
"engines": {
"node": "0.10.x"
}
}