forked from DecentCMS/DecentCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 833 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
{
"name": "decent-cms",
"version": "0.2.0",
"description": "A Decent CMS written in Node",
"keywords": [
"cms",
"content management system"
],
"homepage": "http://decentcms.org",
"repository": {
"type": "git",
"url": "https://github.com/DecentCMS/DecentCMS.git"
},
"bugs": "https://github.com/DecentCMS/DecentCMS/issues",
"license": "MIT",
"main": "server.js",
"engines": {
"node": ">=0.12.x"
},
"author": {
"name": "Bertrand Le Roy",
"email": "[email protected]",
"url": "http://weblogs.asp.net/bleroy"
},
"scripts": {
"postinstall": "node ./lib/all-decent-modules.js -- install",
"test": "node ./lib/all-decent-modules.js -- test"
},
"devDependencies": {
"async": "^3.2.2",
"chai": "^4.2.0",
"mocha": "^9.1.1",
"nyc": "^15.1.0"
}
}