neft
Version:
Universal Platform
30 lines (29 loc) • 594 B
JSON
{
"private": true,
"name": "neft-example-default-styles",
"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.styles",
"versionCode": 1,
"versionName": "1.0",
"application": {
"label": "Neft.io Example Default Styles"
}
}
}