-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "component-notice",
"version": "0.0.16",
"description": "A notification message component.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chemzqm/notice.git"
},
"keywords": [
"notice"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/chemzqm/notice/issues"
},
"style": "./notice.css",
"homepage": "https://github.com/chemzqm/notice#readme",
"browser": {
"classes": "component-classes",
"tap": "component-tap",
"query": "component-query",
"event": "component-event"
},
"dependencies": {
"component-classes": "^1.2.4",
"component-event": "^0.1.4",
"component-query": "0.0.3",
"component-tap": "^1.0.1"
},
"devDependencies": {
"css-loader": "^0.23.1",
"karma": "^0.13.11",
"karma-cli": "^0.1.1",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-webpack": "^1.7.0",
"karma-wrap-preprocessor": "^0.1.0",
"mocha": "^2.3.3",
"style-loader": "^0.13.0",
"webpack": "^1.12.2"
}
}