forked from wintercms/winter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "wintercms",
"description": "Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework. Originally known as October CMS.",
"directories": {
"test": "tests/js/cases",
"helpers": "tests/js/helpers"
},
"scripts": {
"test": "mocha --require @babel/register tests/js/cases/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wintercms/winter.git"
},
"contributors": [
{
"name": "Alexey Bobkov",
"email": "[email protected]"
},
{
"name": "Samuel Georges",
"email": "[email protected]"
},
{
"name": "Luke Towers",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wintercms/winter/issues"
},
"homepage": "https://wintercms.com/",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"babel-plugin-module-resolver": "^3.2.0",
"chai": "^4.2.0",
"jquery": "^3.4.1",
"jsdom": "^15.1.1",
"mocha": "^6.2.0",
"sinon": "^7.4.1"
}
}