加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Eric Clemmons 提交于 2015-04-13 15:28 . Bump to v1.0.0
{
"name": "react-resolver",
"version": "1.0.0",
"description": "Isomorphic library to lazy-load data for React components",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"babel": "^5.1.4",
"babel-eslint": "^2.0.2",
"eslint": "^0.19.0",
"eslint-plugin-react": "^2.1.0",
"jsdom": "^3.1.2",
"mocha": "^2.2.4",
"react": "0.13.x"
},
"peerDependencies": {
"react": "0.13.x"
},
"scripts": {
"build": "babel --out-dir dist/ src/",
"lint": "eslint src",
"prepublish": "npm run build",
"test": "npm run build && mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/ericclemmons/react-resolver.git"
},
"keywords": [
"react",
"lazy",
"load",
"resolve"
],
"author": "Eric Clemmons <eric@smarterspam.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ericclemmons/react-resolver/issues"
},
"homepage": "https://github.com/ericclemmons/react-resolver",
"dependencies": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化