-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 965 Bytes
/
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
{
"name": "mu-jquery-app",
"version": "22.0.0",
"description": "A jQuery app example",
"main": "dist/mu-jquery-app.js",
"scripts": {
"release": "standard-version",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mu-lib/mu-jquery-app.git"
},
"author": "Mikael Karon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mu-lib/mu-jquery-app/issues"
},
"homepage": "https://github.com/mu-lib/mu-jquery-app#readme",
"dependencies": {
"mu-jquery-widget": "^17.0.4",
"mu-jquery-loom": "^7.0.0",
"mu-jquery-capture": "^3.0.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"jquery": "^3.2.1",
"qunitjs": "^2.3.2",
"standard-version": "^4.2.0"
},
"bundledDependencies": [
"mu-create",
"mu-jquery-widget",
"mu-jquery-wire",
"mu-jquery-capture",
"mu-jquery-crank",
"mu-jquery-loom"
]
}