-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.35 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
{
"name": "trench",
"version": "0.1.0",
"description": "yes",
"main": "index.js",
"scripts": {
"build": "webpack",
"lint": "eslint ./src",
"build:watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UpBeet/trench.git"
},
"keywords": [
"trench",
"game"
],
"author": "petroochio thatbraxguy",
"license": "MIT",
"bugs": {
"url": "https://github.com/UpBeet/trench/issues"
},
"babel": {
"presets": [
[
"env",
{
"targets": {
"browsers": [
"Firefox > 50"
]
}
}
]
]
},
"homepage": "https://github.com/UpBeet/trench#readme",
"dependencies": {
"@cycle/collection": "^0.6.0",
"@cycle/dom": "^20.1.0",
"@cycle/isolate": "^3.2.0",
"@cycle/run": "^4.0.0",
"@cycle/time": "^0.10.1",
"aframe": "^0.7.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"ramda": "^0.25.0",
"three": "^0.88.0",
"webpack": "^3.8.1",
"xstream": "^11.0.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
}
}