-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.75 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.75 KB
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
{
"name": "Qelf",
"version": "1.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/bin/server",
"postinstall": "cd server && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zhang/qelf.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zhang/qelf/issues"
},
"homepage": "https://github.com/Zhang/qelf#readme",
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-x-socialsharing",
"phonegap-plugin-push",
{
"locator": "https://github.com/Telerik-Verified-Plugins/NativePageTransitions#0.5.5",
"id": "com.telerik.plugins.nativepagetransitions"
},
"cordova-plugin-wkwebview"
],
"cordovaPlatforms": [
"android",
"ios"
],
"dependencies": {
"cordova": "5.4.1",
"cordova-common": "1.0.0",
"grunt": "0.4.5",
"ionic": "1.7.12",
"jquery": "2.1.4",
"lodash": "3.10.1",
"npm": "3.5.1",
"plist": "1.2.0",
"q": "1.4.1",
"semver": "5.1.0",
"shelljs": "0.5.3"
},
"devDependencies": {
"expect.js": "0.3.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-less": "1.1.0",
"grunt-contrib-watch": "0.6.1",
"grunt-html-build": "git+https://github.com/Zhang/grunt-html-build#90b91aa0bf99c7e91a7e5f00681bf2ef2ccf25b7",
"grunt-mocha-test": "0.12.7",
"grunt-newer": "1.1.1",
"grunt-ng-constant": "1.1.0",
"grunt-replace": "0.11.0",
"jshint-stylish": "2.1.0",
"load-grunt-tasks": "3.3.0",
"mocha": "2.3.4"
}
}