-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 894 Bytes
/
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
{
"name": "fbcatalog",
"version": "0.1.2",
"author": {
"name": "egg",
"email": "i@egg.pe.kr"
},
"description": "fbcatalog is a helper that creates a facebook catalog based on Node.js.",
"main": "index.js",
"scripts": {
"test": "standard && grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egg-/fbcatalog.git"
},
"keywords": [
"facebook",
"fb",
"catalog",
"feed"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/egg-/fbcatalog/issues"
},
"homepage": "https://github.com/egg-/fbcatalog#readme",
"devDependencies": {
"async": "^2.1.4",
"grunt": "1.0.4",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "^0.13.3",
"matchdep": "^2.0.0",
"mocha": "^3.2.0",
"standard": "^8.6.0",
"xml2js": "^0.4.17"
},
"dependencies": {
"xmlbuilder": "^8.2.2"
}
}