-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.82 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
{
"name": "radiatus-providers",
"description": "Social/Transport/Storage Providers",
"version": "0.0.6",
"homepage": "http://www.freedomjs.org",
"bugs": {
"url": "http://github.com/freedomjs/radiatus-providers/issues",
"email": "[email protected]"
},
"contributors": [
"Raymond Cheng <[email protected]> (http://raymondcheng.net)",
"Will Scott <[email protected]> (https://wills.co.tt/)"
],
"repository": {
"type": "git",
"url": "https://github.com/freedomjs/radiatus-providers"
},
"scripts": {
"start": "node index.js",
"debug": "supervisor -i node_modules/ -- index.js",
"test": "gulp default"
},
"main": "index.js",
"devDependencies": {
"browserify": "<=10.2.4",
"es5-shim": "^4.1.7",
"es6-promise": "^2.3.0",
"freedom": "^0.6.25",
"freedom-for-node": "^0.2.17",
"fs-extra": "~0.22.1",
"gulp": "~3.9.0",
"gulp-jshint": "~1.11.2",
"gulp-karma": "0.0.4",
"gulp-sourcemaps": "~1.5.2",
"gulp-uglify": "~1.2.0",
"karma": "~0.12.37",
"karma-chrome-launcher": "~0.2.0",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "~0.3.6",
"karma-phantomjs-launcher": "~0.2.0",
"karma-story-reporter": "^0.3.1",
"karma-unicorn-reporter": "^0.1.4",
"node-static": "~0.7.6",
"vinyl-buffer": "~1.0.0",
"vinyl-source-stream": "~1.1.0",
"vinyl-transform": "^1.0.0",
"run-sequence": "^1.1.1",
"gulp-jasmine": "^2.0.1"
},
"dependencies": {
"charlatan": "^1.0.0",
"config": "^1.14.0",
"cookie-parser": "^1.3.5",
"express": "~4.13.1",
"express-session": "^1.11.3",
"mongoose": "~4.0.6",
"morgan": "^1.6.1",
"nomnom": "^1.8.1",
"q": "~1.4.1",
"redis": "~0.12.1",
"spark-md5": "1.0.0",
"through": "~2.3.8",
"winston": "~1.0.1",
"ws": "^0.7.2"
}
}