-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1021 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
35
36
{
"name": "really-unique-id",
"version": "1.2.2",
"description": "Produces random ID's using random ints and a timestamp, encoded using base36",
"main": "really-unique-id.js",
"types": "really-unique-id.d.ts",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/QubitProducts/really-unique-id.git"
},
"author": "Rob Tod <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/QubitProducts/really-unique-id/issues"
},
"homepage": "https://github.com/QubitProducts/really-unique-id",
"devDependencies": {
"amp-each": "^1.0.1",
"amp-map": "^1.0.1",
"amp-unique": "^1.0.1",
"browserify": "^9.0.3",
"karma": "^1.7.1",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "^1.0.1",
"karma-expect": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.4",
"karma-spec-reporter": "0.0.16",
"mocha": "^2.1.0",
"sinon": "^1.13.0",
"standard": "^3.2.1"
}
}