forked from DISIC/rgaa_jquery-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "rgaa_jquery-ui",
"version": "2.0.1",
"description": "Accessible jQueryUI components.",
"author": "Etat Plateforme <[email protected]>",
"license": "CC-BY 2.0",
"main": "dist/rgaa_jquery-ui.js",
"scripts": {
"build": "webpack",
"prepublish": "npm run build",
"start": "npm run test -- --watch",
"test": "karma start"
},
"peerDependencies": {
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1"
},
"devDependencies": {
"bootstrap": "^4.0.0-alpha.5",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"rgaa-test-suite": "^1.1.3",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-webpack": "^1.7.0",
"mocha": "^3.1.2",
"webpack": "^1.12.15"
}
}