-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.09 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
{
"name": "wporg",
"version": "0.1.0",
"description": "A node WordPress(.org) client.",
"directories": {
"lib": "./lib"
},
"main": "./lib/wporg.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/sayar/node-wporg.git"
},
"keywords": [
"wordpress",
"blog",
"cms"
],
"author": "Rami Sayar <rami.sayar@gmail.com>",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/sayar/node-wporg/master/LICENSE"
}
],
"engines": {
"node": ">=0.6",
"npm": ">=1.0.0"
},
"readmeFilename": "README.md",
"gitHead": "288a05cf30bbb2da2b44fcb34fa6c66cca000417",
"bugs": {
"url": "https://github.com/sayar/node-wporg/issues"
},
"devDependencies": {
"vows": "~0.7.0",
"grunt": "~0.4.1",
"grunt-vows-runner": "~0.5.2",
"matchdep": "~0.1.2",
"grunt-contrib-jshint": "~0.6.0",
"jsdoc": "~3.2.0-dev",
"grunt-jsdoc": "~0.3.3",
"grunt-cli": "~0.1.9"
},
"dependencies": {
"xmlrpc": "~1.1.0",
"validator": "~1.2.0",
"underscore": "~1.4.4"
}
}