-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.48 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.48 KB
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": "webcom-reach-schema",
"version": "1.0.0",
"description": "JSON Schema for Reach",
"scripts": {
"schema": "./node_modules/.bin/browser-sync start --server --files \"./$VERSION/*.json\" --startPath bower_components/docson/#/../../$VERSION/schema.json",
"rules": "./node_modules/.bin/firebase-bolt < ./$VERSION/security/rules.bolt > ./$VERSION/security/rules.json",
"test": "./node_modules/.bin/mocha --compilers js:babel-register --timeout 5000 --reporter mochawesome --reporter-options reportDir=./$VERSION/security/report,reportName=index,reportTitle='Security Rules Tests',inlineAssets=true ./$VERSION/security/test-specs.js",
"jwt": "node .tools/jwt.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webcom-components/reach-schema.git"
},
"author": "Webcom <webcom.ops@orange.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"browser-sync": "^2.24.4",
"chai": "^3.5.0",
"colors": "^1.1.2",
"dot": "^1.0.3",
"eslint": "^3.0.1",
"firebase-bolt": "^0.8.0",
"inquirer": "^1.1.2",
"js-yaml": "^3.6.1",
"jsonwebtoken": "^8.2.1",
"lodash": "^4.17.5",
"minimist": "^1.2.0",
"mocha": "^5.1.1",
"mochawesome": "^2.3.1",
"moment": "^2.14.1",
"request": "^2.73.0",
"uuid": "^2.0.2",
"webcom": "^1.0.3"
},
"dependencies": {
"form-data": "^2.3.1",
"xmlhttprequest": "^1.8.0"
}
}