-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 987 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 987 Bytes
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
{
"name": "romulus-cli",
"version": "2.8.2",
"description": "Brings structure to your React Native apps",
"files": [
"docs",
"generators",
"cli.js"
],
"keywords": [
"react-native",
"yeoman-generator"
],
"author": "Simpleweb (https://github.com/simpleweb)",
"license": "MIT",
"homepage": "https://github.com/simpleweb/romulus-cli",
"repository": "github:simpleweb/romulus-cli",
"bugs": "https://github.com/simpleweb/romulus-cli/issues",
"bin": {
"romulus": "./cli.js"
},
"dependencies": {
"@changesets/cli": "^2.24.4",
"colors": "^1.3.2",
"commander": "^2.17.1",
"deep-extend": "0.6.0",
"read-pkg": "^4.0.1",
"write-pkg": "^3.2.0",
"yeoman-environment": "^2.3.3",
"yeoman-generator": "^3.1.1"
},
"devDependencies": {
"cross-spawn": "^6.0.5",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^1.9.1"
},
"scripts": {
"test": "mocha"
}
}