forked from Imperat/ADFS_managers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "adfs_managers",
"version": "0.0.1",
"description": "Web server for simply manage football statistic in assotication of street fotball in Saratov",
"main": "index.js",
"dependencies": {
"babel-runtime": "^6.23.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"bootstrap": "^3.3.7",
"eslint": "^3.18.0",
"eslint-config-google": "^0.7.1",
"jquery": "^3.2.1",
"webpack": "^2.3.2",
"webpack-bundle-tracker": "^0.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "./node_modules/bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Imperat/ADFS_managers.git"
},
"keywords": [
"football"
],
"author": "Imperat",
"license": "SEE LICENSE IN license.md",
"bugs": {
"url": "https://github.com/Imperat/ADFS_managers/issues"
},
"homepage": "https://github.com/Imperat/ADFS_managers#readme"
}