-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "styl-injector",
"version": "1.4.0",
"description": "simple functionality to inject a text or object-based style sheet into your HTML document.",
"keywords": [
"style",
"style sheet",
"css",
"css in js",
"css-in-js",
"inject"
],
"homepage": "https://github.com/HamedFathi/Styl-Injector",
"bugs": {
"url": "https://github.com/HamedFathi/Styl-Injector/issues"
},
"license": "MIT",
"author": "Hamed Fathi <[email protected]>",
"main": "dist/commonjs/index.js",
"repository": {
"type": "git",
"url": "https://github.com/HamedFathi/Styl-Injector"
},
"typings": "dist/commonjs/index.d.ts",
"scripts": {
"build": "./node_modules/.bin/gulp"
},
"devDependencies": {
"@types/gulp": "^4.0.6",
"@types/gulp-plumber": "0.0.32",
"@types/gulp-typescript": "^2.13.0",
"@types/merge2": "^1.3.0",
"@types/run-sequence": "0.0.30",
"@types/typescript": "^2.0.0",
"gulp": "^4.0.2",
"gulp-run": "^1.7.1",
"gulp-typescript": "^5.0.1",
"run-sequence": "^2.2.1",
"typescript": "^3.9.5"
}
}