mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
added nativescript key to existing package.json files and added package.json files where missing
This commit is contained in:
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "application-settings",
|
{
|
||||||
"main" : "application-settings.js" }
|
"name" : "application-settings",
|
||||||
|
"main" : "application-settings.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "application",
|
{
|
||||||
"main" : "application.js" }
|
"name" : "application",
|
||||||
|
"main" : "application.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
{ "name" : "camera",
|
{
|
||||||
"main" : "camera.js" }
|
"name" : "camera",
|
||||||
|
"main" : "camera.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
{ "name" : "color",
|
{
|
||||||
"main" : "color.js" }
|
"name" : "color",
|
||||||
|
"main" : "color.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "connectivity",
|
{
|
||||||
"main" : "connectivity.js" }
|
"name" : "connectivity",
|
||||||
|
"main" : "connectivity.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
{ "name" : "console",
|
{
|
||||||
"main" : "console.js" }
|
"name" : "console",
|
||||||
|
"main" : "console.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -13,5 +13,6 @@
|
|||||||
"mocha": "~1.9.0",
|
"mocha": "~1.9.0",
|
||||||
"should": "~1.2.2"
|
"should": "~1.2.2"
|
||||||
},
|
},
|
||||||
"main": "index"
|
"main": "index",
|
||||||
|
"nativescript": {}
|
||||||
}
|
}
|
||||||
|
@ -30,5 +30,6 @@
|
|||||||
"parser",
|
"parser",
|
||||||
"stringifier",
|
"stringifier",
|
||||||
"stylesheet"
|
"stylesheet"
|
||||||
]
|
],
|
||||||
|
"nativescript": {}
|
||||||
}
|
}
|
||||||
|
3
data/package.json
Normal file
3
data/package.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "debugger",
|
{
|
||||||
"main" : "debugger.js" }
|
"name" : "debugger",
|
||||||
|
"main" : "debugger.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "fetch",
|
{
|
||||||
"main" : "fetch.js" }
|
"name" : "fetch",
|
||||||
|
"main" : "fetch.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "file-system",
|
{
|
||||||
"main" : "file-system.js" }
|
"name" : "file-system",
|
||||||
|
"main" : "file-system.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
{ "name" : "fps-meter",
|
{
|
||||||
"main" : "fps-meter.js" }
|
"name" : "fps-meter",
|
||||||
|
"main" : "fps-meter.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
{ "name" : "globals",
|
{
|
||||||
"main" : "globals.js" }
|
"name" : "globals",
|
||||||
|
"main" : "globals.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
{ "name" : "http",
|
{
|
||||||
"main" : "http.js" }
|
"name" : "http",
|
||||||
|
"main" : "http.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
{ "name" : "image-source",
|
{
|
||||||
"main" : "image-source.js" }
|
"name" : "image-source",
|
||||||
|
"main" : "image-source.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
{ "name" : "location",
|
{
|
||||||
"main" : "location.js" }
|
"name" : "location",
|
||||||
|
"main" : "location.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "platform",
|
{
|
||||||
"main" : "platform.js" }
|
"name" : "platform",
|
||||||
|
"main" : "platform.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "text",
|
{
|
||||||
"main" : "text.js" }
|
"name" : "text",
|
||||||
|
"main" : "text.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "timer",
|
{
|
||||||
"main" : "timer.js" }
|
"name" : "timer",
|
||||||
|
"main" : "timer.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "trace",
|
{
|
||||||
"main" : "trace.js" }
|
"name" : "trace",
|
||||||
|
"main" : "trace.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1 +1,4 @@
|
|||||||
{ "name" : "ui" }
|
{
|
||||||
|
"name" : "ui",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
3
utils/package.json
Normal file
3
utils/package.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "xhr",
|
{
|
||||||
"main" : "xhr.js" }
|
"name" : "xhr",
|
||||||
|
"main" : "xhr.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
{ "name" : "xml",
|
{
|
||||||
"main" : "xml.js" }
|
"name" : "xml",
|
||||||
|
"main" : "xml.js",
|
||||||
|
"nativescript": {}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user