-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
41 lines (41 loc) · 1.29 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": "sso",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/laincloud/sso.svg?branch=master)](https://travis-ci.org/laincloud/sso) [![codecov](https://codecov.io/gh/laincloud/sso/branch/master/graph/badge.svg)](https://codecov.io/gh/laincloud/sso) [![MIT license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT)",
"main": "index.js",
"dependencies": {
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.3.0",
"classnames": "^2.2.5",
"coffeeify": "^2.1.0",
"cookie": "^0.3.1",
"es5-shim": "^4.3.0",
"history": "^1.13.1",
"lodash": "^3.10.1",
"nib": "^1.1.2",
"react": "^0.13.3",
"react-router": "^1.0.0-rc1",
"react-style": "^0.5.5",
"uglifyify": "^3.0.4",
"whatwg-fetch": "^0.10.1"
},
"devDependencies": {
"envify": "^4.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laincloud/sso.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/laincloud/sso/issues"
},
"homepage": "https://github.com/laincloud/sso#readme"
}