-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.03 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
{
"author": {
"email": "[email protected]",
"name": "Yaw Joseph Etse",
"url": "http://about.me/yawjosephetse"
},
"bugs": {
"url": "https://github.com/typesettin/periodicjs.ext.install/issues"
},
"dependencies": {
"classie": "^1.0.0",
"formie": "^1.0.1",
"socket.io-client": "^1.4.2",
"validate-js": "^1.5.1"
},
"description": "install extensions for periodicjs",
"devDependencies": {
"browserify": "^12.0.1",
"chai": "^3.0.0",
"grunt": ">=0.4.5",
"grunt-browserify": ">=2.1.3",
"grunt-contrib-copy": ">=0.5.0",
"grunt-contrib-cssmin": ">=0.9.0",
"grunt-contrib-jshint": ">=0.10.0",
"grunt-contrib-less": ">=0.11.3",
"grunt-contrib-uglify": ">=0.4.0",
"grunt-contrib-watch": ">=0.6.1",
"grunt-jsbeautifier": ">=0.2.7",
"grunt-jsdoc": ">=0.5.6",
"grunt-newer": ">=0.7.0",
"grunt-simple-mocha": ">=0.4.0",
"jquery": "^2.1.3",
"js-dom": "0.0.1",
"jsdoc": "^3.3.2",
"mocha": "^2.2.5",
"supertest": "^1.0.1",
"uglify-js": "^2.4.15",
"uglifyify": "^3.0.1"
},
"directories": {},
"dist": {
"shasum": "63e2bf32aabc7b7ffa9670fc39f696826331cd9d",
"tarball": "http://registry.npmjs.org/periodicjs.ext.install/-/periodicjs.ext.install-6.0.1.tgz"
},
"engines": {
"node": ">=4.2.x"
},
"gitHead": "2b07205a3c5e0d868a0c41613783b09c23dd89bf",
"homepage": "https://github.com/typesettin/periodicjs.ext.install",
"keywords": [
"periodicjs"
],
"main": "index.js",
"maintainers": [
{
"email": "[email protected]",
"name": "yawetse"
},
{
"email":"[email protected]",
"name": "markwaldron"
}
],
"name": "periodicjs.ext.install",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/typesettin/periodicjs.ext.install.git"
},
"scripts": {
"postinstall": "node install.js",
"postuninstall": "node uninstall.js",
"test": "mocha -R spec --recursive"
},
"version": "8.0.0"
}