-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 845 Bytes
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
{
"name": "react-notice",
"version": "0.2.1",
"description": "A mixin way for notifications.",
"main": "build/index.js",
"scripts": {
"prepublish": "make"
},
"repository": {
"type": "git",
"url": "https://github.com/TossShinHwa/react-notice.git"
},
"author": "Zack Yang",
"license": "MIT",
"bugs": {
"url": "https://github.com/TossShinHwa/react-notice/issues"
},
"homepage": "https://github.com/TossShinHwa/react-notice",
"dependencies": {
"react-notification-system": "0.2.6"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.22",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.3.2",
"eslint": "^1.1.0",
"eslint-config-airbnb": "0.0.7",
"eslint-plugin-react": "^3.2.1",
"gh-pages": "^0.3.1",
"rimraf": "^2.4.2",
"webpack": "^1.11.0"
}
}