-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 846 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
{
"name": "append-style-css",
"version": "1.0.1",
"description": "insert a string of css into the <head>",
"main": "index.js",
"dependencies": {},
"scripts": {
"example": "budo example.js"
},
"devDependencies": {
"browserify": "^13.0.1",
"budo": "^8.3.0",
"computed-style": "^0.3.0",
"dom-event": "^1.0.0",
"tape": "^4.6.0",
"tape-run": "^2.1.4"
},
"repository": {
"type": "git",
"url": "git@github.com:CurryChou777/appendCss.git"
},
"homepage": "https://github.com/CurryChou777/appendCss",
"keywords": [
"css",
"insert",
"dom",
"styles",
"stylesheet",
"style",
"html",
"head"
],
"author": {
"name": "Curry Chou"
},
"license": "MIT"
}