-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
58 lines (58 loc) · 1.56 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
{
"name": "lacuna-web-client",
"version": "0.0.1",
"description": "The pure javascript client for The Lacuna Expanse.",
"main": "app/js/load.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/plainblack/Lacuna-Web-Client"
},
"author": [
"Nathan McCallum <[email protected]> (1vasari.xyz)"
],
"bugs": {
"url": "https://github.com/plainblack/Lacuna-Web-Client/issues"
},
"homepage": "https://lacunaexpanse.com/",
"dependencies": {
"classnames": "2.1.2",
"fingerprintjs2": "0.8.0",
"firebase": "1.1.0",
"jquery": "2.1.3",
"lodash": "4.5.0",
"moment": "2.10.6",
"react": "0.14.7",
"react-addons-css-transition-group": "0.14.7",
"react-addons-pure-render-mixin": "0.14.7",
"react-dom": "0.14.7",
"react-draggable": "1.2.0",
"react-tabs": "0.5.3",
"react-tooltip": "1.0.4",
"reflux": "0.2.7",
"validator": "4.1.0",
"vex-js": "2.3.4"
},
"devDependencies": {
"babel": "6.5.2",
"babel-preset-react": "6.5.0",
"babelify": "7.2.0",
"bower": "1.6.5",
"browserify": "11.2.0",
"debowerify": "1.3.1",
"del": "2.0.2",
"eslint": "^2.0.0-rc.0",
"eslint-config-standard": "5.1.0",
"eslint-config-standard-jsx": "1.1.1",
"eslint-config-standard-react": "2.2.0",
"eslint-plugin-promise": "1.0.8",
"eslint-plugin-standard": "1.3.2",
"express": "4.12.4",
"gulp": "3.9.1",
"gulp-concat-css": "2.2.0",
"gulp-util": "3.0.7",
"run-sequence": "1.1.5",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
}
}