-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
{
"name": "mailfred-extension",
"version": "2.2.2",
"description": "MailFred extension",
"repository": {
"type": "git",
"url": "https://github.com/MailFred/extension.git"
},
"private": true,
"main": "index.js",
"scripts": {
"postinstall": "./postinstall.sh",
"test": "grunt travis"
},
"engines": {
"node": ">=0.10.3 <0.12",
"npm": ">=2.13.0"
},
"author": "Joscha Feth <[email protected]>",
"license": "MIT",
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"crx": "^3.0.3",
"cucumber": "^0.7.0",
"firefox-profile": "^0.3.11",
"grunt": "^0.4.5",
"grunt-bump": "0.7.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-crowdin-request": "1.0.2",
"grunt-crx": "1.0.2",
"grunt-curl": "^2.2.0",
"grunt-env": "^0.4.4",
"grunt-ftp-deploy": "^0.1.10",
"grunt-mozilla-addon-sdk": "^0.4.0",
"grunt-notify": "^0.4.1",
"grunt-protractor-runner": "2.1.2",
"grunt-protractor-webdriver": "0.2.5",
"grunt-shell": "^1.1.2",
"grunt-webstore-upload": "^0.8.5",
"load-grunt-config": "^0.19.0",
"load-grunt-tasks": "^3.4.0",
"protractor": "3.0.0",
"q": "^1.4.1",
"semver": "^5.0.3",
"xml2js": "^0.4.15"
}
}