Skip to content

Commit 5d530a0

Browse files
committed
Add package.json
1 parent 009cb43 commit 5d530a0

File tree

3 files changed

+29
-18
lines changed

3 files changed

+29
-18
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "lib/common"]
22
path = lib/common
3-
url = /c/work/mobile-cli-lib.git
3+
url = [email protected]:telerik/mobile-cli-lib.git

lib/common

Submodule common added at a429478

package.json

Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
{
2-
"name": "nativescript-cli",
3-
"version": "0.1.0",
4-
"description": "Command-line interface for building NativeScript projects",
5-
"main": "bin/nativescript.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/NativeScript/nativescript-cli.git"
12-
},
13-
"author": "Telerik",
14-
"license": "Apache2.0",
15-
"bugs": {
16-
"url": "https://github.com/NativeScript/nativescript-cli/issues"
17-
},
18-
"homepage": "https://github.com/NativeScript/nativescript-cli"
2+
"name": "nativescript-cli",
3+
"version": "0.1.0",
4+
"author": "Telerik <[email protected]>",
5+
"description": "Command-line interface for building NativeScript projects",
6+
"bin": {
7+
"nativescript": "./bin/nativescript.js"
8+
},
9+
"main": "./lib/nativescript-cli.js",
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/NativeScript/nativescript-cli.git"
16+
},
17+
"keywords": [
18+
"nativescript",
19+
"appbuilder",
20+
"telerik",
21+
"mobile"
22+
],
23+
"license": "Apache2.0",
24+
"analyze": true,
25+
"license": "Apache-2.0",
26+
"engines": {
27+
"node": "~0.10.22"
28+
}
1929
}

0 commit comments

Comments
 (0)