forked from ionic-team/ionic-app-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.09 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
{
"name": "ionic-app-lib",
"version": "0.7.0",
"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": "[email protected]",
"web": "https://twitter.com/maxlynch"
},
{
"name": "Adam Bradley",
"web": "https://twitter.com/adamdbradley"
},
{
"name": "Josh Bavari",
"web": "https://twitter.com/jbavari",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"archiver": "^0.5.1",
"async": "^0.9.0",
"cheerio": "^0.19.0",
"colors": "0.6.2",
"connect": "3.1.1",
"connect-livereload": "0.5.2",
"crc": "3.2.1",
"cross-spawn": "2.0.0",
"event-stream": "3.0.x",
"finalhandler": "0.2.0",
"form-data": "0.1.4",
"ionic-cordova-lib": "5.1.10",
"node-sass": "^3.3.2",
"opbeat-ionic": "^1.1.3",
"open": "0.0.5",
"optimist": "0.6.0",
"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",
"unzip": "0.1.9",
"unzip2": "0.2.5",
"vinyl-fs": "1.0.0",
"winston": "^1.0.1",
"xml2js": "0.4.4"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"rewire": "^2.3.3"
},
"scripts": {
"test": "npm run jasmine",
"jshint": "node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint spec",
"jasmine": "jasmine-node --captureExceptions ./spec",
"cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec-cordova spec-plugman"
}
}