This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
87 lines (87 loc) · 2.17 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ionic-app-lib",
"version": "2.2.1",
"description": "A library for creating and developing Ionic Framework mobile apps.",
"homepage": "http://ionicframework.com/",
"main": "index.js",
"keywords": [
"ionic",
"ionic framework",
"ionicframework",
"mobile",
"app",
"hybrid",
"cordova",
"phonegap"
],
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic-app-lib.git"
},
"contributors": [
{
"name": "Max Lynch",
"email": "max@drifty.com",
"web": "https://twitter.com/maxlynch"
},
{
"name": "Adam Bradley",
"web": "https://twitter.com/adamdbradley"
},
{
"name": "Tim Lancina",
"web": "https://twitter.com/timlancina"
},
{
"name": "Josh Thomas",
"web": "https://twitter.com/jthoms1"
}
],
"license": "MIT",
"dependencies": {
"adm-zip": "0.4.7",
"archiver": "0.5.2",
"chalk": "^1.1.3",
"cheerio": "0.19.0",
"connect": "3.1.1",
"connect-livereload": "0.5.2",
"cordova-lib": "6.1.0",
"crc": "3.2.1",
"cross-spawn": "4.0.2",
"finalhandler": "0.2.0",
"form-data": "0.1.4",
"glob-watcher": "3.0.0",
"open": "0.0.5",
"optimist": "0.6.0",
"os-name": "^2.0.1",
"progress": "1.1.7",
"prompt": "0.2.12",
"proxy-middleware": "0.7.0",
"q": "1.0.1",
"request": "2.51.0",
"request-progress": "0.3.1",
"semver": "4.2.0",
"serve-static": "1.7.1",
"shelljs": "0.2.6",
"tiny-lr-fork": "0.0.5",
"underscore": "1.7.0",
"winston": "1.1.2",
"xml2js": "0.4.16"
},
"devDependencies": {
"coveralls": "^2.11.9",
"eslint": "^3.0.1",
"istanbul": "^0.4.4",
"jasmine-node": "1.14.5",
"rewire": "2.5.1"
},
"scripts": {
"test": "npm run jasmine",
"jasmine": "jasmine-node --captureExceptions spec/",
"lint": "eslint .",
"coveralls": "istanbul cover node_modules/jasmine-node/bin/jasmine-node --captureExceptions spec/ && cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js && rm -rf coverage",
"publish:nightly": "node ./scripts/publish-nightly.js"
},
"cordovaPlugins": [],
"cordovaPlatforms": []
}