UNPKG

xing-traceur

Version:
45 lines (44 loc) 1.08 kB
{ "name": "xing-traceur", "version": "1.0.0-beta", "description": "Traceur Task for Xing", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/LRDesign/xing-traceur.git" }, "keywords": [ "gruntplugin", "es6", "traceur", "xing", "npm" ], "author": "Logical Reality Design (Evan Dorn, Judson Lester, Hannah Howard)", "license": "ISC", "bugs": { "url": "https://github.com/LRDesign/xing-traceur/issues" }, "homepage": "https://github.com/LRDesign/xing-traceur", "peerDependencies": { "grunt": "^0.4.0" }, "dependencies": { "chalk": "^1.1.0", "commander": "^2.8.1", "es6-promise": "^2.3.0", "glob": "^5.0.13", "grunt-legacy-log": "^0.1.2", "object-assign": "^3.0.0", "traceur": "0.0.87" }, "scripts": { "test": "./command.js --maps test/test_files/moduleMaps.json --out test/test_output/output.js test/test_files/main.js" }, "bin": { "xing-traceur" : "./command.js" } }