UNPKG

1.03 kBJSONView Raw
1{
2 "name": "periodicjs.core.utilities",
3 "description": "Customizable CMS platform",
4 "version": "1.1.0",
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 },
24 "devDependencies": {
25 "chai": "1.9.1",
26 "grunt": "0.4.1",
27 "grunt-contrib-jshint": "0.4.3",
28 "grunt-contrib-less": "0.11.3",
29 "grunt-contrib-watch": "0.4.1",
30 "grunt-jsbeautifier": "0.2.7",
31 "grunt-jsdoc": "0.5.6",
32 "grunt-newer": "^0.7.0",
33 "grunt-simple-mocha": "0.4.0",
34 "jsdoc": "3.3.0-alpha5",
35 "mocha": "1.9.0"
36 },
37 "keywords": [
38 "content management framework",
39 "typeset",
40 "wysiwyg",
41 "ui manager",
42 "CMS",
43 "CDS",
44 "Content Delivery System",
45 "Content Management System",
46 "Periodic Decoupled Framework"
47 ]
48}