File tree Expand file tree Collapse file tree 3 files changed +29
-18
lines changed Expand file tree Collapse file tree 3 files changed +29
-18
lines changed Original file line number Diff line number Diff line change 11[submodule "lib/common "]
22 path = lib/common
3- url = /c/work /mobile-cli-lib.git
3+ url = git@github.com:telerik /mobile-cli-lib.git
Original file line number Diff line number Diff line change 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 <support@telerik.com>" ,
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}
You can’t perform that action at this time.
0 commit comments