horse-cart
Version:
An app framework built around horse
38 lines (37 loc) • 1.1 kB
JSON
{
"name": "horse-cart",
"version": "0.0.6",
"description": "An app framework built around horse",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajacksified/horse-cart.git"
},
"keywords": [
"horse"
],
"author": "Jack Lawson <jack@exoplay.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajacksified/horse-cart/issues"
},
"homepage": "https://github.com/ajacksified/horse-cart#readme",
"dependencies": {
"lodash": "^3.10.1"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-plugin-transform-async-to-generator": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-plugin-transform-react-inline-elements": "^6.5.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.5.2"
}
}