forked from Fannon/mobo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.27 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
{
"name": "mobo",
"version": "0.1.5",
"main": "lib/mobo.js",
"description": "A JSON Schema based modeling bot for Semantic MediaWiki",
"homepage": "https://github.com/Fannon/mobo",
"bugs": "https://github.com/Fannon/mobo/issues",
"author": {
"name": "Simon Heimler",
"email": "heimlersimon@gmail.com",
"url": "http://www.fannon.de"
},
"repository": {
"type": "git",
"url": "https://github.com/Fannon/mobo"
},
"license": "MIT",
"keywords": [
"JSON Schema",
"MediaWiki",
"Semantic MediaWiki",
"Semantic Forms",
"Data Model",
"SMW",
"Bot"
],
"devDependencies": {
"load-grunt-tasks": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.10.0",
"jshint-stylish": "^1.0.0",
"time-grunt": "^1.0.0"
},
"dependencies": {
"chokidar": "^0.9.0",
"colors": "^0.6.2",
"fs-extra": "^0.12.0",
"handlebars": "^2.0.0",
"lodash": "^2.4.1",
"minimist": "^1.1.0",
"moment": "^2.8.3",
"ncp": "^1.0.0",
"node-static": "^0.7.6",
"nodemw": "^0.3.15",
"readdir-recursive": "0.0.4"
},
"scripts": {
"test": "grunt"
},
"bin": {
"mobo": "cli.js"
},
"preferGlobal": "true"
}