forked from igorprado/react-notification-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 960 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 960 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
35
36
37
{
"name": "react-notification-system",
"version": "0.1.14",
"description": "A React Notification System fully customized",
"main": "dist/notification-system.js",
"scripts": {
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "watch 'npm run build' ./src",
"build": "jsx ./src ./dist"
},
"repository": {
"type": "git",
"url": "https://github.com/igorprado/react-notification-system"
},
"keywords": [
"react",
"notification",
"notification system",
"component",
"react component",
"react-component"
],
"author": "Igor Prado",
"license": "MIT",
"bugs": {
"url": "https://github.com/igorprado/react-notification-system/issues"
},
"homepage": "https://github.com/igorprado/react-notification-system",
"dependencies": {
"object-assign": "^3.0.0"
},
"devDependencies": {
"react-tools": "^0.13.2",
"watch": "^0.16.0"
}
}