UNPKG

1.21 kBJSONView Raw
1{
2 "name": "periodicjs.core.utilities",
3 "description": "A group of utility functions for restarting periodic's express application and helper functions to manipulate strings and other data structures",
4 "version": "3.1.1",
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.12.0",
23 "utils-merge": "1.0.0"
24 },
25 "devDependencies": {
26 "chai": "1.10.0",
27 "grunt": ">=0.4.5",
28 "grunt-contrib-jshint": ">=0.4.3",
29 "grunt-contrib-watch": ">=0.4.1",
30 "grunt-jsbeautifier": ">=0.2.7",
31 "grunt-jsdoc": "~0.5.7",
32 "jsdoc": "3.3.0-alpha5",
33 "grunt-newer": ">=0.7.0",
34 "grunt-simple-mocha": ">=0.4.0",
35 "jsdoc": "3.3.0-alpha10",
36 "mocha": "2.0.1"
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}