diff --git a/application-settings/package.json b/application-settings/package.json index 4834882c1..2b26378a5 100644 --- a/application-settings/package.json +++ b/application-settings/package.json @@ -1,2 +1,5 @@ -{ "name" : "application-settings", - "main" : "application-settings.js" } +{ + "name" : "application-settings", + "main" : "application-settings.js", + "nativescript": {} +} diff --git a/application/package.json b/application/package.json index 8fef7b913..ed57cb1bd 100644 --- a/application/package.json +++ b/application/package.json @@ -1,2 +1,5 @@ -{ "name" : "application", - "main" : "application.js" } +{ + "name" : "application", + "main" : "application.js", + "nativescript": {} +} diff --git a/camera/package.json b/camera/package.json index f35494625..615dacaff 100644 --- a/camera/package.json +++ b/camera/package.json @@ -1,2 +1,6 @@ -{ "name" : "camera", - "main" : "camera.js" } +{ + "name" : "camera", + "main" : "camera.js", + "nativescript": {} +} + diff --git a/color/package.json b/color/package.json index ccd072f96..c34596895 100644 --- a/color/package.json +++ b/color/package.json @@ -1,2 +1,6 @@ -{ "name" : "color", - "main" : "color.js" } +{ + "name" : "color", + "main" : "color.js", + "nativescript": {} +} + diff --git a/connectivity/package.json b/connectivity/package.json index 2671ae61f..ca9986800 100644 --- a/connectivity/package.json +++ b/connectivity/package.json @@ -1,2 +1,5 @@ -{ "name" : "connectivity", - "main" : "connectivity.js" } \ No newline at end of file +{ + "name" : "connectivity", + "main" : "connectivity.js", + "nativescript": {} +} diff --git a/console/package.json b/console/package.json index 5c9146d08..f90da4783 100644 --- a/console/package.json +++ b/console/package.json @@ -1,2 +1,6 @@ -{ "name" : "console", - "main" : "console.js" } +{ + "name" : "console", + "main" : "console.js", + "nativescript": {} +} + diff --git a/css-value/package.json b/css-value/package.json index 086525a5a..71fdbb385 100644 --- a/css-value/package.json +++ b/css-value/package.json @@ -13,5 +13,6 @@ "mocha": "~1.9.0", "should": "~1.2.2" }, - "main": "index" + "main": "index", + "nativescript": {} } diff --git a/css/package.json b/css/package.json index 3fb0fd8a0..1f5d38a2d 100644 --- a/css/package.json +++ b/css/package.json @@ -30,5 +30,6 @@ "parser", "stringifier", "stylesheet" - ] + ], + "nativescript": {} } diff --git a/data/package.json b/data/package.json new file mode 100644 index 000000000..b0ab7187e --- /dev/null +++ b/data/package.json @@ -0,0 +1,3 @@ +{ + "nativescript": {} +} diff --git a/debugger/package.json b/debugger/package.json index e5ebfc019..860957d65 100644 --- a/debugger/package.json +++ b/debugger/package.json @@ -1,2 +1,5 @@ -{ "name" : "debugger", - "main" : "debugger.js" } \ No newline at end of file +{ + "name" : "debugger", + "main" : "debugger.js", + "nativescript": {} +} diff --git a/fetch/package.json b/fetch/package.json index 3ec180e48..1156eba98 100644 --- a/fetch/package.json +++ b/fetch/package.json @@ -1,2 +1,5 @@ -{ "name" : "fetch", - "main" : "fetch.js" } \ No newline at end of file +{ + "name" : "fetch", + "main" : "fetch.js", + "nativescript": {} +} diff --git a/file-system/package.json b/file-system/package.json index 69eeb34f1..4de711ea8 100644 --- a/file-system/package.json +++ b/file-system/package.json @@ -1,2 +1,5 @@ -{ "name" : "file-system", - "main" : "file-system.js" } +{ + "name" : "file-system", + "main" : "file-system.js", + "nativescript": {} +} diff --git a/fps-meter/package.json b/fps-meter/package.json index 9c28809c5..fcfe3ecb8 100644 --- a/fps-meter/package.json +++ b/fps-meter/package.json @@ -1,2 +1,6 @@ -{ "name" : "fps-meter", - "main" : "fps-meter.js" } +{ + "name" : "fps-meter", + "main" : "fps-meter.js", + "nativescript": {} +} + diff --git a/globals/package.json b/globals/package.json index d936419c2..dec83c309 100644 --- a/globals/package.json +++ b/globals/package.json @@ -1,2 +1,6 @@ -{ "name" : "globals", - "main" : "globals.js" } +{ + "name" : "globals", + "main" : "globals.js", + "nativescript": {} +} + diff --git a/http/package.json b/http/package.json index 8e9d7d9d3..77771e537 100644 --- a/http/package.json +++ b/http/package.json @@ -1,2 +1,6 @@ -{ "name" : "http", - "main" : "http.js" } +{ + "name" : "http", + "main" : "http.js", + "nativescript": {} +} + diff --git a/image-source/package.json b/image-source/package.json index 4da604726..f471c9c1a 100644 --- a/image-source/package.json +++ b/image-source/package.json @@ -1,2 +1,6 @@ -{ "name" : "image-source", - "main" : "image-source.js" } +{ + "name" : "image-source", + "main" : "image-source.js", + "nativescript": {} +} + diff --git a/location/package.json b/location/package.json index f57d60d75..284e789cb 100644 --- a/location/package.json +++ b/location/package.json @@ -1,2 +1,6 @@ -{ "name" : "location", - "main" : "location.js" } +{ + "name" : "location", + "main" : "location.js", + "nativescript": {} +} + diff --git a/platform/package.json b/platform/package.json index 368ac4946..45d7f06af 100644 --- a/platform/package.json +++ b/platform/package.json @@ -1,2 +1,5 @@ -{ "name" : "platform", - "main" : "platform.js" } +{ + "name" : "platform", + "main" : "platform.js", + "nativescript": {} +} diff --git a/text/package.json b/text/package.json index 2e2f6fbe2..8061d93a5 100644 --- a/text/package.json +++ b/text/package.json @@ -1,2 +1,5 @@ -{ "name" : "text", - "main" : "text.js" } +{ + "name" : "text", + "main" : "text.js", + "nativescript": {} +} diff --git a/timer/package.json b/timer/package.json index 4f67bde74..5adc7f7c9 100644 --- a/timer/package.json +++ b/timer/package.json @@ -1,2 +1,5 @@ -{ "name" : "timer", - "main" : "timer.js" } +{ + "name" : "timer", + "main" : "timer.js", + "nativescript": {} +} diff --git a/trace/package.json b/trace/package.json index 11225878c..f40abed3a 100644 --- a/trace/package.json +++ b/trace/package.json @@ -1,2 +1,5 @@ -{ "name" : "trace", - "main" : "trace.js" } +{ + "name" : "trace", + "main" : "trace.js", + "nativescript": {} +} diff --git a/ui/package.json b/ui/package.json index ed1f48d66..5eece9969 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1 +1,4 @@ -{ "name" : "ui" } +{ + "name" : "ui", + "nativescript": {} +} diff --git a/utils/package.json b/utils/package.json new file mode 100644 index 000000000..637b940ff --- /dev/null +++ b/utils/package.json @@ -0,0 +1,3 @@ +{ + "nativescript": {} +} \ No newline at end of file diff --git a/xhr/package.json b/xhr/package.json index cc5d20cf3..a7897b7ef 100644 --- a/xhr/package.json +++ b/xhr/package.json @@ -1,2 +1,5 @@ -{ "name" : "xhr", - "main" : "xhr.js" } \ No newline at end of file +{ + "name" : "xhr", + "main" : "xhr.js", + "nativescript": {} +} diff --git a/xml/package.json b/xml/package.json index c512836d5..f53090e50 100644 --- a/xml/package.json +++ b/xml/package.json @@ -1,2 +1,5 @@ -{ "name" : "xml", - "main" : "xml.js" } +{ + "name" : "xml", + "main" : "xml.js", + "nativescript": {} +}