-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 791 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 791 Bytes
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
{
"name": "firebase-security-tester",
"version": "0.1.0",
"description": "Used to unit test firebase security rules",
"main": "index.js",
"scripts": {
"test": "coffee -c ./; mocha;",
"watch": "mocha test/test.coffee -r coffee-script -w"
},
"repository": {
"type": "git",
"url": "git://github.com/YourDeveloperFriend/firebase-security-tester.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/YourDeveloperFriend/firebase-security-tester/issues"
},
"homepage": "https://github.com/YourDeveloperFriend/firebase-security-tester",
"dependencies": {
"underscore": "~1.5.2",
"pegjs": "~0.8.0",
"q": "~1.0.0",
"uuid": "~1.4.1"
},
"devDependencies": {
"mocha": "~1.17.0",
"assert": "~1.1.0"
}
}