-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
55 lines (55 loc) · 1.27 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "monaca-lib",
"version": "5.1.4",
"description": "Monaca cloud and localkit API bindings for JavaScript",
"main": "./src/main.js",
"scripts": {
"test": "jasmine spec/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/monaca/monaca-lib"
},
"keywords": [
"monaca"
],
"author": "Andreas Argelius <[email protected]>",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/monaca/monaca-lib/issues"
},
"homepage": "https://github.com/monaca/monaca-lib",
"devDependencies": {
"jasmine": "^4.0.2"
},
"dependencies": {
"buffer-crc32": "^0.2.4",
"compare-versions": "^3.6.0",
"crypto-js": "^4.2.0",
"extend": "^2.0.0",
"extract-zip": "^1.5.0",
"fix-path": "^2.1.0",
"fs-extra": "8.0.1",
"glob": "^5.0.14",
"ignore": "^3.3.8",
"lockfile": "^1.0.0",
"nconf": "^0.12.0",
"ora": "^3.0.0",
"padlock": "^1.1.2",
"portfinder": "^1.0.7",
"q": "^1.1.2",
"qlimit": "^0.1.1",
"request": "^2.88.2",
"shelljs": "^0.8.4",
"sse": "0.0.6",
"tmp": "0.0.26",
"validate-npm-package-name": "^3.0.0",
"watch": "^0.13.0",
"xml2js": "^0.5.0"
}
}