attributes-kit
Version:
React component for MSON rendering
140 lines (139 loc) • 4.15 kB
JSON
{
"name": "attributes-kit",
"version": "0.13.2",
"description": "React component for MSON rendering",
"engines": {
"node": "5.6.x",
"npm": "3.7.x"
},
"keywords": [
"MSON",
"Attributes",
"Apiary",
"Refract"
],
"contributors": [
{
"name": "František Hába",
"email": "frantisek@apiary.io",
"url": "http://www.frantisekhaba.com/"
},
{
"name": "Ondřej Musil",
"email": "ondra@apiary.io",
"url": "http://www.ondrejmusil.cz/"
},
{
"name": "Vincenzo Chianese",
"email": "vincenzo@apiary.io",
"url": "http://vncz.js.org/"
},
{
"name": "Daniel G. Taylor",
"email": "daniel@apiary.io",
"url": "http://programmer-art.org/"
}
],
"main": "dist/attributes-kit",
"scripts": {
"build": "npm run build:server && npm run build:client",
"build:server": "babel-node ./scripts/runServerBuild.js",
"build:client": "babel-node ./scripts/runClientBuild.js",
"generate-fixtures": "npm run build:server && babel-node ./scripts/generateFixtures",
"lint": "eslint src playground",
"lint:fix": "eslint --fix src playground",
"playground": "shell-exec 'npm run start' 'babel-node ./scripts/launchBrowser http://localhost:8080/'",
"prepublish": "not-in-install && npm run build || :",
"start": "babel-node ./scripts/devServer",
"test:unit": "mocha --compilers js:babel-core/register ./src/**/test/*.js --recursive",
"test:unit:watch": "mocha -w --compilers js:babel-core/register ./src/**/test/*.js --recursive",
"test:examples": "npm run build:server && mocha --compilers js:babel-core/register ./test/**.js --recursive",
"test:functional": "echo \"We don't have functional tests yet\"",
"test": "npm run lint && npm run test:unit && npm run test:examples && npm run test:functional",
"examples": "NODE_ENV=test shell-exec 'npm run start' 'babel-node ./scripts/launchBrowser http://localhost:8080/examples'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apiaryio/attributes-kit.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/apiaryio/attributes-kit/issues"
},
"homepage": "https://github.com/apiaryio/attributes-kit#readme",
"devDependencies": {
"async": "^1.4.2",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.3",
"babel-plugin-add-module-exports": "0.1.2",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.14.1",
"brace": "^0.7.0",
"browser-launcher2": "^0.4.6",
"chai": "3.5.0",
"classnames": "^2.1.5",
"cli-table": "^0.3.1",
"colors": "^1.1.2",
"css-loader": "^0.23.1",
"dedent": "^0.6.0",
"eidolon": "^1.3.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-plugin-react": "^4.0.0",
"eslint": "^2.2.0",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"flux": "^2.1.1",
"history": "1.14.0",
"in-publish": "^2.0.0",
"js-beautify": "^1.5.10",
"json-formatter-js": "^0.3.0",
"lodash": "",
"marked": "^0.3.5",
"mocha": "^2.4.5",
"mson-zoo": "^2.0.0",
"node-noop": "^1.0.0",
"protagonist": "^1.2.6",
"radium": "^0.16.6",
"react-ace": "^3.1.0",
"react-addons-test-utils": "^0.14.7",
"react-dom": "0.14.7",
"react-hot-loader": "^2.0.0-alpha-4",
"react-router": "1.0.1",
"react": "^0.14.7",
"shell-executor": "^0.3.2",
"style-loader": "^0.13.0",
"superagent": "^1.3.0",
"svgo": "0.6.1",
"webpack-dev-server": "1.14.1",
"webpack": "^1.12.13"
},
"babel": {
"presets": [
"stage-0",
"es2015",
"react"
],
"plugins": [
"transform-class-properties",
"add-module-exports"
]
},
"eslintConfig": {
"extends": "airbnb",
"parser": "babel-eslint",
"rules": {
"no-extra-semi": 0
},
"env": {
"node": true,
"browser": true,
"mocha": true
}
}
}