forked from BerkeleyTrue/warning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 915 Bytes
/
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
{
"name": "warning",
"version": "4.0.0",
"description": "A mirror of Facebook's Warning",
"main": "warning.js",
"browserify": {
"transform": [
"loose-envify"
]
},
"files": [
"warning.js"
],
"scripts": {
"test": "NODE_ENV=production tap test/*.js && NODE_ENV=development tap test/*.js"
},
"dependencies": {
"loose-envify": "^1.0.0"
},
"devDependencies": {
"browserify": "^11.0.1",
"tap": "^1.4.0",
"uglify-js": "^3.3.25"
},
"repository": {
"type": "git",
"url": "https://github.com/BerkeleyTrue/warning.git"
},
"keywords": [
"warning",
"facebook",
"react",
"invariant"
],
"author": "Berkeley Martinez <berkeley@berkeleytrue.com> (http://www.berkeleytrue.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/BerkeleyTrue/warning/issues"
},
"homepage": "https://github.com/BerkeleyTrue/warning"
}