-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
112 lines (112 loc) · 2.85 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"author": {
"name": "Yaw Joseph Etse",
"email": "[email protected]",
"url": "http://about.me/yawjosephetse"
},
"bugs": {
"url": "https://github.com/typesettin/periodicjs.core.controllerhelper/issues"
},
"contributors": [
{
"name": "Yaw Joseph Etse",
"email": "[email protected]"
},
{
"name": "Jan Bialostok",
"email": "[email protected]"
}
],
"dependencies": {
"capitalize": "^1.0.0",
"objectcompare": "^0.2.0",
"periodicjs.core.data": "^2.4.1",
"periodicjs.core.protocols": "^0.6.10",
"periodicjs.core.responder": "~0.3.7",
"pluralize": "^1.1.6",
"sequelize": "^4.23.2",
"string-to-json": "^0.1.0",
"valid-objectid": "0.0.2",
"xss": "^0.3.3"
},
"description": "Customizable CMS platform",
"devDependencies": {
"async": "^2.1.4",
"bcrypt": "^1.0.2",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"chai": "^3.0.0",
"chai-spies": "^0.7.1",
"coveralls": "^2.11.15",
"express": "^4.14.0",
"fs-extra": "^0.30.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-coveralls": "^1.0.1",
"grunt-jsbeautifier": "~0.2.10",
"grunt-jsdoc": "~0.6.7",
"grunt-mocha-cov": "^0.4.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-newer": "~1.1.1",
"grunt-simple-mocha": "~0.4.0",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.3",
"lowkie": "^1.3.5",
"mocha": "~2.2.5",
"mocha-lcov-reporter": "^1.2.0",
"moment": "^2.13.0",
"mongoose": "~4.4.14",
"periodicjs.core.mailer": "^6.0.0",
"periodicjs.core.utilities": "^6.1.1",
"promisie": "~2.0.0-alpha.0",
"utils-merge": "^1.0.0"
},
"directories": {},
"dist": {
"shasum": "fc4427ddd180df6487384686294626b175a60262",
"tarball": "https://registry.npmjs.org/periodicjs.core.controller/-/periodicjs.core.controller-7.1.3.tgz"
},
"engines": {
"node": "^6.x"
},
"gitHead": "5f461eac9506e2d6538741fef9e5854306b00258",
"homepage": "https://github.com/typesettin/periodicjs.core.controllerhelper",
"keywords": [
"CDS",
"CMS",
"Content Delivery System",
"Content Management System",
"Periodic Decoupled Framework",
"content management framework",
"typeset",
"ui manager",
"wysiwyg"
],
"main": "index.js",
"maintainers": [
{
"name": "ecasilla",
"email": "[email protected]"
},
{
"name": "janbialostok",
"email": "[email protected]"
},
{
"name": "yawetse",
"email": "[email protected]"
}
],
"name": "periodicjs.core.controller",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/typesettin/periodicjs.core.controller.git"
},
"scripts": {
"test": "mocha -R spec --recursive"
},
"version": "10.30.9",
"license": "MIT"
}