forked from goldibex/targaryen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 975 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
37
38
39
40
41
42
43
{
"name": "targaryen",
"version": "2.0.0",
"description": "Test Firebase security rules without connecting to Firebase.",
"bin": {
"targaryen": "bin/targaryen"
},
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/goldibex/targaryen"
},
"scripts": {
"test": "mocha -r test/setup.js test/spec/**/*.js && jasmine && node ./bin/targaryen --verbose test/integration/rules.json test/integration/tests.json"
},
"author": "Harry Schmidt <[email protected]>",
"license": "ISC",
"keywords": [
"firebase",
"testing",
"jasmine",
"mocha",
"chai",
"security",
"rules"
],
"dependencies": {
"cli-table": "^0.3.1",
"colors": "^1.0.3",
"esprima": "^1.2.2",
"extend": "^2.0.0",
"minimist": "^1.1.0",
"replaceall": "^0.1.3"
},
"devDependencies": {
"chai": "^1.10.0",
"jasmine": "^2.1.1",
"mocha": "^2.1.0"
}
}