UNPKG

neft

Version:

Universal Platform

29 lines 579 B
{ "private": true, "name": "neft-example-counter", "version": "0.0.1", "config": { "title": "Neft.io Project", "protocol": "http", "port": 9999, "host": "localhost", "url": "http://localhost:9999", "language": "en", "type": "app" }, "scripts": { "test": "neft-unit ./tests/\\*\\*/\\*.js" }, "extensions": [ "default-styles", "native-items" ], "android": { "package": "io.neft.example.counter", "versionCode": 1, "versionName": "1.0", "application": { "label": "Neft.io Example Counter" } } }