-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "freedom-pgp-e2e",
"description": "Library to provide freedom API wrapper of end-to-end library",
"version": "0.6.5",
"contributors": [
"Aaron Gallant <ag@cs.washington.edu>"
],
"repository": {
"type": "git",
"url": "https://github.com/freedomjs/freedom-pgp-e2e"
},
"license": "Apache-2.0",
"devDependencies": {
"e2e": "^0.0.8",
"es6-promise": "^3.1.2",
"freedom": "^0.6.30",
"freedom-for-chrome": "^0.4.24",
"freedom-for-firefox": "^0.6.23",
"freedom-for-node": "^0.2.19",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-bump": "^0.7.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jasmine-chromeapp": "^1.10.0",
"grunt-jasmine-firefoxaddon": "^0.3.6",
"grunt-jasmine-nodejs": "^1.5.2",
"grunt-karma": "^1.0.0",
"grunt-npm": "^0.0.2",
"grunt-prompt": "^1.3.3",
"hex2words": "^1.1.3",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.0",
"json-store": "0.0.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-story-reporter": "^0.3.1",
"karma-unicorn-reporter": "^0.1.4",
"phantomjs-prebuilt": "^2.1.7",
"time-grunt": "^1.3.0"
},
"scripts": {
"test": "grunt ci --verbose"
}
}