UNPKG

1.35 kBJSONView Raw
1{
2 "name": "speck-id",
3 "version": "1.1.1",
4 "description": "distributed id generator",
5 "main": "dist/index.js",
6 "scripts": {
7 "compile": "node_modules/.bin/babel --copy-files -s -d dist/ src/",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/Dwell/speck-id.git"
13 },
14 "keywords": [
15 "id"
16 ],
17 "author": "wing.lian@gmail.com",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/Dwell/speck-id/issues"
21 },
22 "homepage": "https://github.com/Dwell/speck-id#readme",
23 "dependencies": {
24 "any-promise": "^1.3.0",
25 "babel-runtime": "^6.11.6",
26 "biguint-format": "^1.0.0",
27 "bluebird": "^3.4.3",
28 "deasync": "^0.1.7",
29 "lodash.defaults": "^4.2.0",
30 "lodash.mapvalues": "^4.6.0",
31 "lodash.zip": "^4.2.0",
32 "request": "^2.74.0",
33 "request-promise-any": "^1.0.3"
34 },
35 "devDependencies": {
36 "babel-cli": "^6.14.0",
37 "babel-core": "^6.14.0",
38 "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
39 "babel-plugin-transform-runtime": "^6.12.0",
40 "babel-preset-es2015": "^6.14.0",
41 "babel-preset-stage-0": "^6.5.0"
42 },
43 "babel": {
44 "presets": [
45 "es2015",
46 "stage-0"
47 ],
48 "plugins": [
49 "transform-es2015-modules-commonjs",
50 "transform-runtime"
51 ]
52 }
53}