53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "rnpm-plugin-link",
|
|
"version": "1.7.4",
|
|
"description": "rnpm plugin that links native dependencies to your project",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "eslint ./ && mocha ./test --recursive"
|
|
},
|
|
"keywords": [
|
|
"rnpm",
|
|
"react-native",
|
|
"react-native link"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rnpm/rnpm.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0.0"
|
|
},
|
|
"author": "Amazing React Native Community (https://github.com/facebook/react-native)",
|
|
"contributors": [
|
|
"Alexey Kureev <kureev-mail@ya.ru> (https://github.com/Kureev)",
|
|
"Mike Grabowski <grabbou@gmail.com> (https://github.com/grabbou)"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/rnpm/rnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/rnpm/rnpm#readme",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fs-extra": "^0.26.2",
|
|
"glob": "^7.0.0",
|
|
"inquirer": "^0.12.0",
|
|
"lodash": "^3.10.1",
|
|
"mime": "^1.3.4",
|
|
"npmlog": "^2.0.0",
|
|
"plist": "^1.2.0",
|
|
"semver": "^5.1.0",
|
|
"to-camel-case": "^1.0.0",
|
|
"xcode": "^0.8.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^4.1.5",
|
|
"chai": "^3.4.1",
|
|
"eslint": "^1.9.0",
|
|
"mocha": "^2.3.4",
|
|
"mock-fs": "^3.5.0",
|
|
"mock-require": "^1.2.1",
|
|
"sinon": "^1.17.2"
|
|
}
|
|
}
|