jspm-devtools
Version:
Make development great again!
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "jspm-devtools",
"version": "1.1.11",
"description": "Make development great again!",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel lib -d dist",
"dev": "babel -w lib -d dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexisvincent/jspm-devtools.git"
},
"keywords": [
"JSPM",
"dev",
"tools",
"devtools"
],
"author": "Alexis Vincent",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexisvincent/jspm-devtools/issues"
},
"homepage": "https://github.com/alexisvincent/jspm-devtools#readme",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"jspm": "^0.17.0-beta.28"
},
"dependencies": {
"socket.io": "^1.5.0",
"socket.io-client": "github:socketio/socket.io-client",
"spdy": "^3.4.3",
"spdy-keys": "0.0.0",
"systemjs-hmr": "^0.0.4"
},
"jspm": {
"main": "dist/client.js"
}
}