-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
53 lines (53 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "rnpm-plugin-link",
"version": "1.8.0",
"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 <[email protected]> (https://github.com/Kureev)",
"Mike Grabowski <[email protected]> (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",
"mock-fs": "^3.9.0",
"npmlog": "^2.0.0",
"plist": "^1.2.0",
"semver": "^5.1.0",
"to-camel-case": "^1.0.0",
"xcode": "^0.8.8"
},
"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"
}
}