-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
36 lines (36 loc) · 936 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "hybridstart",
"version": "1.2.4",
"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": "[email protected]",
"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"
}
}