plugin-earlgrey
Version:
SystemJS plugin for compiling Earl-Grey
45 lines (44 loc) • 997 B
JSON
{
"name": "plugin-earlgrey",
"version": "0.2.0",
"description": "SystemJS plugin for compiling Earl-Grey",
"main": "eg",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/madcapjake/plugin-earlgrey.git"
},
"keywords": [
"systemjs",
"jspm",
"loader",
"earl-grey"
],
"author": "Jake Russo",
"license": "MIT",
"bugs": {
"url": "https://github.com/madcapjake/plugin-earlgrey/issues"
},
"homepage": "https://github.com/madcapjake/plugin-earlgrey#readme",
"devDependencies": {
"connect": "^3.4.0",
"jspm": "^0.16.1",
"open": "0.0.5",
"serve-static": "^1.10.0"
},
"jspm": {
"registry": "npm",
"dependencies": {
"earlgrey": "^0.0.11",
"earlgrey-runtime": "^0.0.10",
"url": "github:jspm/nodelibs-url@^0.1.0"
},
"devDependencies": {
"babel": "babel-core@^5.1.13",
"babel-runtime": "^5.1.13",
"core-js": "^0.9.4"
}
}
}