forked from buxlabs/pure-utilities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 825 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
{
"name": "pure-utilities",
"version": "1.1.13",
"description": "pure-utilities",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"ava": "^2.4.0",
"nyc": "^14.1.1",
"standard": "^14.3.0"
},
"engines": {
"node": ">=8.11.3"
},
"scripts": {
"lint": "standard",
"docs": "node docs/generate.js",
"fixtures": "node fixtures/index.js",
"test": "ava && npm run docs && npm run fixtures",
"coverage": "nyc ava"
},
"ava": {
"files": ["test/spec/**/*.js"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/buxlabs/pure-utilities.git"
},
"author": "Emil Ajdyna",
"license": "MIT",
"bugs": {
"url": "https://github.com/buxlabs/pure-utilities/issues"
},
"homepage": "https://github.com/buxlabs/pure-utilities#readme"
}