-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.14 KB
/
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
45
46
47
48
{
"name": "dom-notifications",
"description": "atom-inspired notifications",
"main": "index.js",
"style": "notifications.css",
"scripts": {
"test": "standard",
"deploy": "browserify example/example.js -o example/bundle.js && gh-pages -d example",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"author": "Finn Pauls",
"license": "ISC",
"dependencies": {
"insert-css": "2.0.0",
"nanocomponent": "^6.5.2",
"nanohtml": "^1.2.4"
},
"devDependencies": {
"browserify": "^16.2.2",
"cz-conventional-changelog": "^2.1.0",
"gh-pages": "^1.2.0",
"standard": "^12.0.1"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/finnp/dom-notifications.git"
},
"keywords": [
"nanohtml",
"yo-yo",
"bel",
"choo",
"atom",
"notifications"
],
"bugs": {
"url": "https://github.com/finnp/dom-notifications/issues"
},
"homepage": "https://github.com/finnp/dom-notifications#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}