forked from pixelistik/ff-alias-list-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 777 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
{
"name": "ff-alias-list-app",
"version": "0.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"async": "~1.4.2",
"blueimp-md5": "^2.7.0",
"cordova": "~6.5.0",
"material-design-lite": "~1.0.5",
"request": "~2.64.0",
"whatwg-fetch": "~0.11.0"
},
"devDependencies": {
"mocha": "~2.3.3",
"chai": "~3.3.0",
"knockout": "~3.3.0",
"sinon": "~1.17.1",
"rewire": "~2.3.4",
"node-fetch": "~1.4.1"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha spec/"
},
"repository": {
"type": "git",
"url": "git://github.com/pixelistik/ff-alias-list-app.git"
},
"author": "pixelistik",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/pixelistik/ff-alias-list-app/issues"
}
}