This repository was archived by the owner on Aug 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.32 KB
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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "js-isci",
"version": "1.0.6",
"main": "draft-1/mutable.js",
"license": "MIT",
"dependencies": {
"date-format": "^3.0.0",
"rfdc": "^1.1.4"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"benchmark": "^2.1.4",
"browserify": "^16.5.0",
"codecov": "^3.6.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-header": "^2.0.9",
"gulp-sourcemaps": "^2.6.5",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"jest": "^24.9.0",
"merge-stream": "^2.0.0",
"readable-stream": "^3.5.0",
"uglify-es": "^3.3.9",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"description": "ISCI library for Javascript",
"homepage": "https://github.com/laodemalfatih/js-isci",
"repository": "https://github.com/laodemalfatih/js-isci",
"author": "Laode Muhammad Al Fatih <laodemalfatih@gmail.com>",
"scripts": {
"test": "yarn test:only && codecov",
"test:only": "jest --projects ./draft-1",
"build": "gulp build"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
},
"keywords": [
"isci",
"id",
"unique-id",
"sequence-id",
"increment",
"identification",
"scheme",
"id-generator",
"random"
]
}