UNPKG

hybridstart

Version:

A hybrid application development framework

37 lines (36 loc) 936 B
{ "name": "hybridstart", "version": "1.2.3", "description": "A hybrid application development framework", "main": "lib/index.js", "directories": { "doc": "docs" }, "scripts": { "init": "apicloud wifiStart --port 8686", "sync": "apicloud wifiSync --project ./ --updateAll false --port 8686", "stop": "apicloud wifiStop --port 8686", "build": "lessc --clean-css sdk/ui.less sdk/ui.css" }, "repository": { "type": "git", "url": "git+https://github.com/tower1229/HybridStart.git" }, "keywords": [ "hybridstart", "hybridapp", "apicloud", "hybridstart-cli" ], "author": "tower1229@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/tower1229/HybridStart/issues" }, "homepage": "https://github.com/tower1229/HybridStart#readme", "dependencies": { "apicloud-cli": "^0.2.0", "less": "^2.7.3", "less-plugin-clean-css": "^1.5.1" } }