-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
51 lines (51 loc) · 1.2 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
49
50
51
{
"name": "kk-countdown",
"version": "2.0.2",
"description": "Plugin KK Countdown counts down to specific dates in the future.",
"author": "Krzysztof Furtak",
"license": "MIT",
"bugs": {
"url": "https://github.com/KrzysiekF/kkcountdown/issues"
},
"homepage": "https://github.com/KrzysiekF/kkcountdown#readme",
"main": "lib/index.js",
"module": "es/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/KrzysiekF/kkcountdown.git"
},
"keywords": [
"countdown",
"kk-countdown",
"javascript",
"es6"
],
"files": [
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-web-module",
"clean": "nwb clean-module",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"dependencies": {},
"devDependencies": {
"babel": "^6.23.0",
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1",
"nwb": "0.18.x"
},
"directories": {
"lib": "lib",
"test": "tests"
}
}