This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.31 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
77
{
"name": "service-framework",
"version": "0.9.0",
"description": "Set of JavaScript factory modules for the reTHINK base Data Models and Data Synchronization",
"files": [
"dist"
],
"scripts": {
"test": "karma start",
"test:lint": "eslint --config .eslintrc.yml ./src/",
"build:doc": "./node_modules/.bin/esdoc -c esdoc.json",
"build:dev": "cross-env MODE=dev webpack && sh update.sh",
"build:prod": "cross-env MODE=prod webpack",
"build:dev:monitor": "cross-env MONITOR=true cross-env MODE=dev webpack",
"build": "node scripts/transform.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/reTHINK-project/core-framework.git"
},
"keywords": [
"reThink",
"webRTC"
],
"author": "reThink Project",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/reTHINK-project/dev-service-framework/issues"
},
"homepage": "https://github.com/reTHINK-project/dev-service-framework#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-regenerator": "^6.21.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.6.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-json-schema": "^1.4.0",
"cross-env": "^5.1.1",
"dexie": "^2.0.1",
"esdoc": "^0.5.2",
"eslint": "^4.10.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.8.0",
"gulp": "^3.9.1",
"gulp-jsonschema-bundle": "0.0.2",
"js-base64": "^2.1.9",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-webpack": "^2.0.5",
"loglevel": "^1.5.1",
"merge-stream": "^1.0.1",
"mocha": "^4.0.1",
"mocha-loader": "^1.1.0",
"proxy-observe": "^0.0.21",
"recast": "~0.10.29",
"sinon": "^4.0.2",
"sinon-chai": "^2.8.0",
"tr46": "0.0.2",
"tv4": "^1.2.7",
"type-detect": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"webpack": "^3.8.1",
"webpack-monitor": "^1.0.14"
}
}