-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
49 lines (49 loc) · 1.14 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
47
48
49
{
"name": "glib-chrome-ext",
"version": "1.0.0",
"description": "",
"main": "config.js",
"directories": {
"test": "test"
},
"engines": {
"node": "4.2.x",
"npm": "~2.14.12"
},
"dependencies": {
"express": "^4.13.4",
"jsonwebtoken": "^6.2.0",
"jwt-decode": "^2.0.1",
"request-promise": "^3.0.0"
},
"devDependencies": {
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-crx-pack": "^1.0.1",
"jsdom": "^8.1.0",
"mocha": "^2.4.5",
"sinon": "^1.17.3"
},
"scripts": {
"test": "mocha",
"lint": "eslint src || true",
"lint:fix": "eslint src --fix || true",
"build": "gulp",
"mock-oauth": "node mock-oauth-server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gbockus/GLIB-ChromeExt.git"
},
"author": "TC_CODER",
"license": "ISC",
"bugs": {
"url": "https://github.com/gbockus/GLIB-ChromeExt/issues"
},
"homepage": "https://github.com/gbockus/GLIB-ChromeExt#readme"
}