-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·42 lines (42 loc) · 1.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
{
"name": "subutai",
"version": "6.0.9",
"description": "Subutai E2E Plugin",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://stash.subutai.io/scm/ss_tooling/ss-pgp-plugin.git"
},
"keywords": [
"gpg"
],
"license": "ALS",
"readmeFilename": "Readme.md",
"dependencies": {
"emailjs-mime-builder": "mailvelope/emailjs-mime-builder#v1.0.1m",
"emailjs-mime-codec": "mailvelope/emailjs-mime-codec#v1.0.2m",
"mailreader": "~1.0.0",
"natives": "^1.1.6",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.16"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.6.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-jscs": "~1.1.0",
"grunt-jsdoc": "^0.5.7",
"grunt-mozilla-addon-sdk": "~0.3.2",
"grunt-shell": "^2.1.0",
"grunt-text-replace": "~0.3.11",
"web-ext": "^2.0.0"
},
"private": true
}