forked from reTHINK-project/dev-service-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.24 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 3.24 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "service-framework",
"version": "0.1.0",
"description": "Set of JavaScript factory modules for thr reTHINK base Data Models and Data Synchronization",
"main": "dist/service-framework.js",
"scripts": {
"init-setup": "npm init && npm install -g jspm karma-cli gulp-cli && npm install && jspm init && node setup.js",
"test": "karma start",
"start": "live-server --no-browser --port=8080",
"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": "ISC",
"bugs": {
"url": "https://github.com/reTHINK-project/core-framework/issues"
},
"homepage": "https://github.com/reTHINK-project/core-framework#readme",
"devDependencies": {
"array.observe": "0.0.1",
"assert": "^1.3.0",
"assertion-error": "^1.0.1",
"babel-polyfill": "^6.2.0",
"babel-runtime": "^6.3.19",
"babelify": "^6.3.0",
"browserify": "^12.0.1",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"deep-eql": "^0.1.3",
"esdoc-es7-plugin": "0.0.3",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-insert": "^0.5.0",
"gulp-prompt": "^0.1.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"indexeddbshim": "^2.2.1",
"istanbul": "~0.3.14",
"js-base64": "^2.1.9",
"jscs": "^1.13.0",
"jsdoc": "^3.4.0",
"jshint": "^2.7.0",
"jspm": "^0.16.10",
"karma": "^0.13.10",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"mocha": "^2.3.3",
"mocha-traceur": "^2.1.0",
"mutationobserver-shim": "^0.3.1",
"object.observe": "^0.2.6",
"phantomjs-prebuilt": "^2.1.4",
"recast": "~0.10.29",
"request": "^2.55.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"through2": "^2.0.0",
"tr46": "0.0.2",
"tv4": "^1.2.7",
"type-detect": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0",
"yargs": "~3.27.0"
},
"jspm": {
"directories": {
"packages": "vendor"
},
"dependencies": {
"array.observe": "npm:array.observe@^0.0.1",
"babel-polyfill": "npm:babel-polyfill@^6.3.14",
"indexeddbshim": "npm:indexeddbshim@^2.2.1",
"json": "github:systemjs/plugin-json@^0.1.0",
"object.observe": "npm:object.observe@^0.2.6",
"ortc-over-rtc": "npm:ortc-over-rtc@^0.1.0",
"webrtc-adapter-test": "npm:webrtc-adapter-test@^0.2.5",
"webrtc-shim": "npm:webrtc-shim@^0.1.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.34",
"babel-runtime": "npm:babel-runtime@^5.8.34",
"core-js": "npm:core-js@^1.2.6",
"mutationobserver-shim": "npm:mutationobserver-shim@^0.3.1",
"runtime-core": "github:rethink-project/dev-runtime-core@master",
"tv4": "npm:tv4@^1.2.7"
}
},
"dependencies": {
"ortc-over-rtc": "^0.1.0",
"webrtc-adapter-test": "^0.2.5",
"webrtc-shim": "^0.1.2"
}
}