-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1 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
{
"name": "wikid",
"version": "0.1.11",
"description": "A javascript wiki parser",
"main": "dist/Wikid.js",
"scripts": {
"build": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/sandcastle/wikid.git"
},
"bugs": {
"url": "https://github.com/sandcastle/wikid/issues"
},
"keywords": [
"js",
"wiki",
"parser"
],
"author": "Glenn Morton",
"license": "MIT",
"homepage": "https://github.com/sandcastle/wikid",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.8.7",
"gulp-concat-util": "^0.2.3",
"gulp-esformatter": "^1.0.0",
"gulp-karma": "0.0.4",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-wrap-exports": "^0.3.0",
"karma": "^0.12.21",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.4.5"
}
}