-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
44 lines (44 loc) · 856 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
37
38
39
40
41
42
43
44
{
"name": "lodash-id",
"version": "0.14.1",
"description": "Use JavaScript objects as databases",
"main": "src/index.js",
"scripts": {
"test": "mocha && standard && pkg-ok",
"prepush": "npm test",
"prepublish": "npm test"
},
"author": "Typicode <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/typicode/lodash-id.git"
},
"keywords": [
"lodash",
"lowdb",
"underscore",
"id",
"resource",
"mixin"
],
"devDependencies": {
"husky": "^0.11.8",
"lodash": "^4.6.1",
"mocha": "^3.2.0",
"pkg-ok": "^1.0.1",
"sinon": "~1.8.1",
"standard": "^8.6.0",
"underscore": "^1.8.3",
"webpack": "^2.2.1"
},
"engines": {
"node": ">= 4"
},
"standard": {
"fix": true,
"env": {
"mocha": true
}
}
}