-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "jquery-usos",
"version": "1.4.1",
"description": "JavaScript library with a set of USOS-related widgets and helper functions.",
"main": "./lib/jquery-usos.min.js",
"scripts": {
"dev": "node ./node_modules/grunt/bin/grunt build:dev --base . --gruntfile ./bin/Gruntfile.js",
"release": "node ./node_modules/grunt/bin/grunt build:prod --base . --gruntfile ./bin/Gruntfile.js",
"server": "node ./node_modules/grunt/bin/grunt server --base . --gruntfile ./bin/Gruntfile.js",
"export": "node ./node_modules/grunt/bin/grunt export --base . --gruntfile ./bin/Gruntfile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MUCI/jquery-usos.git"
},
"contributors": [
{
"name": "Wojciech Rygielski",
"email": "[email protected]",
"url": "http://rygielski.net//"
},
{
"name": "Piotr Styczyński",
"email": "[email protected]",
"url": "http://styczynski.ml"
},
{
"name": "Mikołaj Kamiński",
"email": "[email protected]"
}
],
"license": "",
"bugs": {
"url": "https://github.com/MUCI/jquery-usos/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/MUCI/jquery-usos#README",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"colors": "^1.1.2",
"css-loader": "^0.28.7",
"del": "^3.0.0",
"dot": "^1.1.2",
"eslint": "^4.11.0",
"eslint-loader": "^1.9.0",
"express": "^4.16.2",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-webpack": "^3.0.2",
"hard-source-webpack-plugin": "^0.4.11",
"inquirer": "^4.0.1",
"jquery": "^3.2.1",
"load-grunt-tasks": "^3.5.2",
"ncp": "^2.0.0",
"nodemon": "^1.14.12",
"progress-bar-webpack-plugin": "^1.10.0",
"run-sequence": "^2.2.0",
"style-loader": "^0.19.0",
"time-grunt": "^1.4.0",
"webpack": "^3.8.1",
"webpack-stream": "^4.0.0"
}
}