-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 782 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 782 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
{
"name": "lorem-ipsum-react-native",
"version": "1.0.3",
"description": "Generates passages of lorem ipsum text suitable for use as placeholder copy in web pages, graphics, and more.",
"author": "Alon Nativ <alon.nativ@gmail.com>",
"license": "MIT/X11",
"main": "./lib/generator",
"dependencies": {
"optimist": "~0.3.5"
},
"devDependencies": {
"alea": "0.0.9"
},
"optionalDependencies": {},
"bin": {
"lorem-ipsum": "bin/lorem-ipsum.bin.js"
},
"scripts": {
"test": "nodeunit test"
},
"repository": {
"type": "git",
"url": "git://github.com/anativ/lorem-ipsum-react-native.git"
},
"keywords": [
"lorem",
"ipsum",
"placeholder",
"text",
"dummy",
"filler"
],
"engine": {
"node": ">=0.4"
}
}