-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"name": "sso",
"version": "0.1.2",
"description": "Single sign on widgets for Cloudinsight products",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "webpack-dev-server --content-base ./base --host 0.0.0.0",
"dist": "NODE_ENV=production webpack -p",
"eslint": "eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cloudinsight/sso.git"
},
"keywords": [
"cloudinsight"
],
"author": "cloudinsight",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/cloudinsight/sso/issues"
},
"homepage": "https://github.com/cloudinsight/sso#readme",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"css-loader": "^0.23.1",
"ejs-loader": "^0.3.0",
"eslint": "^3.10.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"file-loader": "^0.9.0",
"jquery": "^2.2.3",
"mocha": "^3.1.2",
"purecss": "^0.6.0",
"style-loader": "^0.13.1",
"sweetalert": "^1.1.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}