forked from erikyuzwa/erikyuzwa-card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 872 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
{
"name": "jimcal",
"version": "1.0.3",
"description": "Card made by Jim",
"main": "./bin/card.js",
"bin": {
"jimcal": "./bin/card.js"
},
"scripts": {
"prepare": "npm run build",
"build": "node build.js",
"dev": "npm run build && node ./bin/card.js",
"lint": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jimcalliu/card.git"
},
"keywords": [
"jimcal",
"jimcalliu"
],
"author": "Jim Liu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimcalliu/card/issues"
},
"homepage": "https://github.com/jimcalliu/card#readme",
"dependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.1"
},
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-leankit": "^4.5.0"
}
}