tinper-bee-core/package.json

30 lines
816 B
JSON
Raw Normal View History

2016-10-10 10:01:52 +08:00
{
2016-10-10 10:17:14 +08:00
"name": "tinper-bee-core",
2016-11-18 09:38:24 +08:00
"version": "0.0.8",
2016-10-10 10:01:52 +08:00
"description": "style core and js util for tinper-bee",
2016-11-18 09:38:24 +08:00
"main": "lib/index.js",
2016-10-10 10:17:14 +08:00
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-bee/tinper-bee-core",
2016-11-17 10:25:54 +08:00
"author": "zhoubyc",
2016-10-10 10:17:14 +08:00
"repository": "http://github.com/tinper-bee/tinper-bee-core",
"bugs": "https://github.com/tinper-bee/tinper-bee-core/issues",
2016-10-10 10:01:52 +08:00
"keywords": "tinper bee react util",
"scripts": {
2016-11-18 09:38:24 +08:00
"build": "rimraf lib && babel js -d lib"
2016-10-10 10:01:52 +08:00
},
2016-11-17 10:25:54 +08:00
"license": "MIT",
"dependencies": {
"warning": "^3.0.0"
2016-11-18 09:38:24 +08:00
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-istanbul": "^3.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.18.0"
2016-11-17 10:25:54 +08:00
}
2016-10-10 10:01:52 +08:00
}