-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 983 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 983 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
38
39
40
41
42
43
{
"name": "fronto-connect",
"keywords": [
"api",
"remote",
"data-source",
"fronto"
],
"scripts": {
"build": "webpack"
},
"version": "1.2.0",
"description": "Toolsets for retrieving data from a remote source",
"main": "lib/index.js",
"repository": "https://github.com/frontojs/fronto-connect",
"author": "Zack Siri",
"files": [
"lib/index.js",
"package.json",
"README.md"
],
"directories": {
"lib": "./lib"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"webpack": "^2.6.1"
},
"peerDependencies": {
"mobx": "^5.6.0"
},
"dependencies": {
"mobx": "^5.6.0"
}
}