-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.bak
More file actions
37 lines (37 loc) · 922 Bytes
/
package.json.bak
File metadata and controls
37 lines (37 loc) · 922 Bytes
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
{
"name": "odeum-connect",
"version": "0.1.6",
"description": "ODEUM Connect is a module that connects ODEUM CodeJS with ODEUM API",
"main": "lib/index.js",
"author": "Christian Broberg",
"license": "AGPL-3.0",
"scripts": {
"build": "babel src --out-dir lib",
"push": "npm publish"
},
"dependencies": {
"react": "^15.5.3",
"react-dom": "^15.5.3"
},
"devDependencies": {
"babel-cli": "^6.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
},
"babel": {
"presets": [
"babel-preset-es2015",
"babel-preset-react",
"babel-preset-stage-2"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/odeum/odeum-connect.git"
},
"bugs": {
"url": "https://github.com/odeum/odeum-connect/issues"
},
"homepage": "https://github.com/odeum/odeum-connect#readme"
}