-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.49 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
{
"name": "userin-form-gray-quail",
"version": "0.0.15",
"description": "Configurable JS form widget that uses the UserIn middleware to login to Apps using popular Identity Providers such as Facebook, Google, LinkedIn, GitHub, ...",
"main": "dist/index.min.js",
"unpkg": "dist/index.min.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/nicolasdao/userin-form-gray-quail.git"
},
"bugs": {
"url": "https://github.com/nicolasdao/userin-form-gray-quail/issues"
},
"homepage": "https://github.com/nicolasdao/userin-form-gray-quail#readme",
"scripts": {
"build": "rm -rf dist/ && WEBPACK_ENV=dev webpack && WEBPACK_ENV=build webpack && node minifyCss.js",
"lint": "eslint src/ minifyCSS.js server.js webpack.config.js --fix",
"push": "git push --follow-tags origin master && npm publish",
"rls": "standard-version --release-as",
"start": "NODE_ENV=production node server.js",
"test": "mocha",
"v": "node -e \"console.log(require('./package.json').version)\""
},
"author": "Nicolas Dao",
"license": "BSD-3-Clause",
"devDependencies": {
"babel-core": "6.25.0",
"babel-loader": "7.0.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-runtime": "6.23.0",
"eslint": "^6.1.0",
"express": "^4.16.4",
"standard-version": "^6.0.1",
"uglifycss": "0.0.29",
"uglifyjs-webpack-plugin": "0.4.6",
"webpack": "2.6.1"
}
}