-
Notifications
You must be signed in to change notification settings - Fork 136
/
package.json
59 lines (59 loc) · 1.76 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
{
"name": "Encryptr",
"version": "2.1.0",
"repository": "https://github.com/devgeeks/Encryptr.git",
"main": "www/js/Encryptr.js",
"scripts": {
"test": "grunt test",
"postinstall": "./node_modules/.bin/bower install",
"pluginstall": "cordova plugins add com.blackberry.community.clipboard org.apache.cordova.statusbar org.apache.cordova.inappbrowser org.devgeeks.privacyscreen",
"plugremove": "cordova plugins remove com.blackberry.community.clipboard org.apache.cordova.statusbar org.apache.cordova.inappbrowser org.devgeeks.privacyscreen"
},
"author": "tommy-carlos williams (devgeeks)",
"keywords": [
"cordova"
],
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"dependencies": {
"cordova": "^6.5.0",
"cordova-icon": "^0.3.0",
"cordova-splash": "^0.3.0",
"json2csv": "^3.7.3",
"semver": "^3.0.1"
},
"devDependencies": {
"bower": "1.3.x",
"chai": "~1.8.0",
"chai-as-promised": "^4.1.1",
"chai-jquery": "~1.1.2",
"colors": "^0.6.2",
"cordova": "latest",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-rename": "^0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-dot-compiler": "~0.3.14",
"grunt-mocha-test": "~0.9.0",
"grunt-node-webkit-builder": "^1.0.0",
"grunt-shell": "0.2.x",
"load-grunt-tasks": "^3.5.2",
"mocha": "^1.18.2",
"mocha-as-promised": "^2.0.0",
"mocha-phantomjs": "^3.3.2",
"phantomjs": "^1.9.7-15",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"temporary": "0.0.5",
"wd": "^0.3.1",
"wd-query": "^0.2.0"
}
}