UNPKG

neft

Version:

Universal Platform

30 lines (29 loc) 581 B
{ "private": true, "name": "neft-example-counter", "version": "0.0.1", "config": { "title": "Neft.io Project", "protocol": "http", "port": 3000, "host": "localhost", "url": "http://localhost:3000/", "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" } } }