-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 921 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
{
"name": "react-ansi-style",
"version": "1.0.0",
"description": "Convert a styled ansi string to react spans with classes for the styles",
"main": "index.js",
"scripts": {
"test": "node tests.js",
"start": "wzrd example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smallhelm/react-ansi-style.git"
},
"keywords": [
"react",
"ansi",
"colors",
"styles"
],
"author": "farskipper",
"license": "MIT",
"bugs": {
"url": "https://github.com/smallhelm/react-ansi-style/issues"
},
"homepage": "https://github.com/smallhelm/react-ansi-style#readme",
"dependencies": {
"ansi-style-parser": "^1.0.1",
"js-managed-css": "^1.4.1"
},
"devDependencies": {
"browserify": "^13.0.0",
"chalk": "^1.1.3",
"lodash": "^4.11.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"tape": "^4.5.1",
"wzrd": "^1.3.1"
}
}