-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.66 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
{
"name": "@openedition/checklist",
"version": "2.0.3",
"description": "OpenEdition Checklist",
"main": "dist/checklist.js",
"scripts": {
"build": "webpack",
"dev": "npm-run-all --parallel watch test",
"dev-https": "npm-run-all --parallel watch test-https",
"jshint": "jshint src test/src",
"test": "browser-sync start --server \".\" --startPath \"test\" --files \"dist\" \"test/dist\" \"demo\" --no-notify",
"test-https": "browser-sync start --server \".\" --startPath \"test\" --files \"dist\" \"test/dist\" \"demo\" --no-notify --https",
"watch": "webpack --progress --watch"
},
"keywords": [
"openedition",
"checklist",
"screlo",
"revues.org",
"journals",
"books"
],
"author": {
"name": "Thomas Brouard",
"email": "[email protected]",
"url": "https://brrd.fr"
},
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"browser-sync": "^2.18.8",
"chai": "^3.5.0",
"css-loader": "^0.27.3",
"eventemitter2": "^3.0.2",
"i18next": "^10.5.0",
"jquery": "^3.6.0",
"jshint": "^2.9.4",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"less-plugin-autoprefix": "^1.5.1",
"mocha": "^3.2.0",
"npm-run-all": "^4.0.2",
"style-loader": "^0.13.2",
"webpack": "^2.2.1"
},
"files": [
"dist/"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenEdition/checklist.git"
},
"bugs": {
"url": "https://github.com/OpenEdition/checklist/issues"
},
"homepage": "https://github.com/OpenEdition/checklist#readme"
}