-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 839 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 839 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
{
"name": "fp455",
"version": "1.0.5",
"scripts": {
"build": "rollup -c && NODE_ENV=bin rollup -c",
"start": "rollup -c -w",
"clean": "bsb -clean-world && rm -rf dist/*",
"prepublish": "npm run build",
"test": "echo 'no-test'"
},
"bin": "dist/bin.js",
"main": "dist/core.js",
"source": "src/Fp455.re",
"module": "lib/es6/src/Fp455.js",
"keywords": [
"Huami",
"Flower Password",
"crypto",
"ReasonML",
"BuckleScript"
],
"author": "Zheeeng <hi@zheeeng.me>",
"license": "MIT",
"devDependencies": {
"bs-platform": "^7.0.1",
"rollup": "^2.0.0",
"rollup-plugin-bucklescript": "^0.7.0",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-uglify": "^6.0.0"
},
"dependencies": {
"blueimp-md5": "^2.10.0",
"rollup-plugin-commonjs": "^10.1.0"
}
}