ancient
Version:
journey editor built with react
32 lines (31 loc) • 732 B
JSON
{
"name": "ancient",
"version": "0.0.1",
"description": "journey editor built with react",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://shaochunhua@bbt.tuniu.org/scm/~shaochunhua/ancient.git"
},
"keywords": [
"journey",
"editor",
"react"
],
"author": "Fantasy Shao <fantasyshao@icloud.com>",
"license": "MIT",
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2"
},
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0"
}
}