-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.04 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": "detectr.js",
"version": "1.8.2",
"description": "Empowers websites with target classes to be stylized.",
"main": "dist/detectr.js",
"scripts": {
"build": "NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rogeriotaques/detectr.js.git"
},
"keywords": [
"css",
"html",
"design",
"development",
"app",
"style"
],
"author": "Rogerio Taques ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/rogeriotaques/detectr.js/issues"
},
"homepage": "https://github.com/rogeriotaques/detectr.js#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier-airbnb": "^0.3.0",
"eslint-plugin-import": "^2.16.0",
"gulp": "^5.0.0",
"gulp-eslint": "^5.0.0",
"path": "^0.12.7",
"vinyl-named": "^1.1.0",
"webpack-stream": "^7.0.0"
}
}