-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"name": "wikitext-js",
"version": "0.2.9",
"description": "A collection of wikitext helper functions, especially datastructure to wikitext",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Fannon/wikitext-js.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-documentation": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha-cli": "^2.1.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-release": "^0.14.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"wikitext",
"mediawiki",
"converter",
"helper"
],
"author": "Simon Heimler",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fannon/wikitext-js/issues"
},
"homepage": "https://github.com/Fannon/wikitext-js#readme"
}