forked from FirebaseExtended/bolt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.69 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "firebase-bolt",
"description": "Firebase Bolt Security and Modeling Language Compiler",
"version": "0.8.4",
"author": "Firebase (https://firebase.google.com/)",
"main": "lib/bolt.js",
"types": "lib/bolt.d.ts",
"homepage": "https://github.com/firebase/bolt",
"repository": {
"type": "git",
"url": "https://github.com/firebase/bolt.git"
},
"files": [
"lib",
"bin",
"dist",
"LICENSE",
"README.md",
"package.json",
"docs/language.md"
],
"directories": {
"bin": "bin",
"doc": "docs"
},
"bugs": {
"url": "https://github.com/firebase/bolt/issues"
},
"license": "Apache-2.0",
"keywords": [
"firebase",
"security",
"rules",
"schema",
"models",
"blaze"
],
"preferGlobal": true,
"scripts": {
"test": "gulp test",
"travis": "gulp"
},
"devDependencies": {
"browserify": "^11.0.1",
"del": "^2.0.2",
"eslint": "^1.1.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"gulp-mustache": "^2.2.0",
"gulp-peg": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.3.0-beta",
"gulp-typescript": "^2.8.3",
"gulp-util": "^3.0.6",
"http-server": "^0.8.0",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"pegjs": "^0.8.0",
"source-map-support": "^0.4.0",
"tslint": "^2.5.0-beta",
"typescript": "^2.0.0",
"typings": "^1.3.2",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.32.0"
},
"dependencies": {
"chai": "^3.2.0",
"es6-promise": "^3.2.1",
"firebase-token-generator": "^2.0.0",
"minimist": "^1.2.0",
"node-uuid": "^1.4.3"
}
}