-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 852 Bytes
/
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
{
"name": "positron-cli",
"version": "0.0.1",
"description": "Compile Javascript apps for Android",
"main": "bin/cmd.js",
"files": [
"bin",
"boilerplate"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"positron": "bin/cmd.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Widdershin/positron.git"
},
"keywords": [
"android",
"browserify",
"happiness",
"native"
],
"author": "Nick Johnstone & Hugh Davenport",
"license": "MIT",
"bugs": {
"url": "https://github.com/Widdershin/positron/issues"
},
"homepage": "https://github.com/Widdershin/positron",
"dependencies": {
"docopt": "^0.6.2",
"fs-extra": "^0.26.7",
"minimist": "^1.2.0",
"ncp": "^2.0.0",
"node-uuid": "^1.4.7",
"tmp": "0.0.28"
}
}