This repository has been archived by the owner on Dec 1, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
82 lines (82 loc) · 2.64 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
78
79
80
81
82
{
"name": "loop",
"description": "Web sharing application powered by WebRTC",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "git@github.com:mozilla/loop.git"
},
"bugs": {
"url": "https://bugzilla.mozilla.org/"
},
"engines": {
"node": "0.10.39",
"npm": "2.14.1"
},
"dependencies": {
"backbone": "1.3.3",
"classnames": "2.2.5",
"lodash": "3.9.3",
"react": "15.2.1",
"react-addons-pure-render-mixin": "15.2.1",
"react-dom": "15.2.1"
},
"devDependencies": {
"babel-cli": "6.11.4",
"babel-plugin-check-es2015-constants": "6.8.0",
"babel-plugin-transform-es2015-arrow-functions": "6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "6.8.0",
"babel-plugin-transform-es2015-block-scoping": "6.10.1",
"babel-plugin-transform-es2015-classes": "6.9.0",
"babel-plugin-transform-es2015-computed-properties": "6.8.0",
"babel-plugin-transform-es2015-destructuring": "6.9.0",
"babel-plugin-transform-es2015-duplicate-keys": "6.8.0",
"babel-plugin-transform-es2015-for-of": "6.8.0",
"babel-plugin-transform-es2015-function-name": "6.9.0",
"babel-plugin-transform-es2015-literals": "6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.11.5",
"babel-plugin-transform-es2015-object-super": "6.8.0",
"babel-plugin-transform-es2015-parameters": "6.11.4",
"babel-plugin-transform-es2015-shorthand-properties": "6.8.0",
"babel-plugin-transform-es2015-spread": "6.8.0",
"babel-plugin-transform-es2015-sticky-regex": "6.8.0",
"babel-plugin-transform-es2015-template-literals": "6.8.0",
"babel-plugin-transform-es2015-typeof-symbol": "6.8.0",
"babel-plugin-transform-es2015-unicode-regex": "6.11.0",
"babel-preset-react": "6.11.1",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"commander": "2.9.0",
"compression": "1.6.2",
"eslint": "2.13.1",
"eslint-plugin-react": "5.2.2",
"exports-loader": "0.6.3",
"expose-loader": "0.7.x",
"express": "4.14.0",
"firefox-profile": "0.4.0",
"fs-promise": "0.5.0",
"fx-runner": "1.0.5",
"imports-loader": "0.6.5",
"jpm": "1.1.2",
"karma": "1.1.2",
"karma-chrome-launcher": "1.0.1",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-mocha": "1.1.1",
"mkdirp": "0.5.1",
"mocha": "2.5.3",
"nodemon": "1.10.0",
"script-loader": "0.7.0",
"sinon": "1.17.5",
"rimraf": "2.5.4",
"webpack": "1.13.1",
"when": "3.7.7"
},
"scripts": {
"test": "make test",
"start": "make runserver",
"preversion": "make test",
"version": "make update_version"
},
"license": "MPL-2.0"
}