forked from daniellmb/console.style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.34 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "console.style",
"version": "0.1.0",
"description": "console.style is a standalone micro-library that facilitates intuitive styling of the browser console with CSS.",
"author": {
"name": "Daniel Lamb",
"email": "[email protected]",
"url": "https://github.com/daniellmb"
},
"homepage": "https://github.com/daniellmb/console.style",
"bugs": {
"url": "https://github.com/daniellmb/console.style/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://daniellmb.mit-license.org"
}
],
"maintainers": [],
"contributors": [{
"name": "Daniel Lamb",
"email": "[email protected]",
"url": "https://github.com/daniellmb"
}],
"repository": {
"type": "git",
"url": "git://github.com/daniellmb/console.style.git"
},
"main": "console.style.js",
"scripts": {
"test": "gulp"
},
"keywords": [
"micro",
"library",
"style",
"browser",
"console",
"log",
"text",
"image",
"css"
],
"dependencies": {
},
"devDependencies": {
"gulp": "*",
"gulp-jshint": "*",
"gulp-complexity": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-uglify": "*",
"gulp-karma": "*",
"karma-jasmine": "*",
"karma-coverage": "*",
"karma-phantomjs-launcher": "*"
},
"engines": {
"node": ">=0.10.0"
}
}