-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 966 Bytes
/
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
{
"name": "febrest-remote-provider",
"version": "1.0.1",
"author": {
"name": "Spencer Ye",
"email": "[email protected]"
},
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/febrest/febrest-remote-provider.git"
},
"devDependencies": {
"febrest": "^0.4.0-beta",
"rollup": "^0.58.2",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-prettier": "^0.4.0",
"rollup-plugin-uglify": "^3.0.0"
},
"main":"dist/FebrestRemoteProvider.js",
"scripts": {
"test": "jest",
"build": "node ./scripts/build.js true",
"publish": "node ./scripts/publish.js"
}
}