UNPKG

1.06 kBJSONView Raw
1{
2 "name": "periodicjs.core.utilities",
3 "description": "Customizable CMS platform",
4 "version": "1.1.2",
5 "main": "index.js",
6 "engines": {
7 "node": ">=0.10.x"
8 },
9 "author": {
10 "name": "Yaw Joseph Etse",
11 "email": "yaw.etse@gmail.com",
12 "url": "http://about.me/yawjosephetse"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/typesettin/periodicjs.core.utilities.git"
17 },
18 "scripts": {
19 "test": "mocha -R spec --recursive"
20 },
21 "dependencies": {
22 "fs-extra": "0.9.1",
23 "utils-merge": "1.0.0"
24 },
25 "devDependencies": {
26 "chai": "1.9.1",
27 "grunt": "0.4.1",
28 "grunt-contrib-jshint": "0.4.3",
29 "grunt-contrib-less": "0.11.3",
30 "grunt-contrib-watch": "0.4.1",
31 "grunt-jsbeautifier": "0.2.7",
32 "grunt-jsdoc": "0.5.6",
33 "grunt-newer": "^0.7.0",
34 "grunt-simple-mocha": "0.4.0",
35 "jsdoc": "3.3.0-alpha5",
36 "mocha": "1.9.0"
37 },
38 "keywords": [
39 "content management framework",
40 "typeset",
41 "wysiwyg",
42 "ui manager",
43 "CMS",
44 "CDS",
45 "Content Delivery System",
46 "Content Management System",
47 "Periodic Decoupled Framework"
48 ]
49}