-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
34 lines (34 loc) · 892 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
33
34
{
"name": "rpn.js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --no-cache",
"build": "cross-env BABEL_ENV=build node build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huruji/rpn.js.git"
},
"author": "huruji",
"license": "MIT",
"bugs": {
"url": "https://github.com/huruji/rpn.js/issues"
},
"homepage": "https://github.com/huruji/rpn.js#readme",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.48",
"@babel/core": "^7.0.0-beta.48",
"@babel/preset-env": "^7.0.0-beta.48",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"cross-env": "^5.1.6",
"jest": "^23.0.0",
"rollup": "^0.59.3",
"rollup-plugin-babel": "^4.0.0-beta.4",
"rollup-plugin-uglify": "^3.0.0"
},
"dependencies": {}
}