-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 980 Bytes
/
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
{
"name": "Firefox-os-backup-restore",
"version": "0.0.0",
"description": "Javascript library for facilitating backup/restore functionality on Firefox OS.",
"main": "app.js",
"scripts": {
"test": "grunt test"
},
"author": [
"Thomas Guerena",
"Ruben Niculcea",
"Kai Jiang"
],
"license": "MIT",
"dependencies": {
"es6-promise": "^2.1.1",
"grunt": "^0.4.5",
"grunt-browserify": "^3.8.0",
"grunt-contrib-uglify": "^0.9.1",
"node-firefox-connect": "^1.2.0",
"node-firefox-find-devices": "^1.0.0",
"node-firefox-find-simulators": "^1.3.0",
"node-firefox-forward-ports": "^1.0.0",
"node-firefox-launch-app": "^1.1.0",
"node-firefox-start-simulator": "^1.3.1",
"push-app": "^2.0.2",
"mime": "^1.3.4"
},
"devDependencies": {
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-execute": "^0.2.2",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^1.8.0"
}
}