-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (51 loc) · 1.16 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
{
"name": "midden",
"version": "0.3.1",
"description": "Pretty data dumps of node objects for the browser (similar to PHP's Krumo)",
"main": "index.js",
"scripts": {
"test": "mocha test/*-spec.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/criticalmash/midden.git"
},
"keywords": [
"node",
"javascript",
"assemble",
"static site generation",
"dump",
"dpm",
"krumo"
],
"author": {
"email": "[email protected]",
"name": "John O'Donnell",
"url": "http://criticalmash.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/criticalmash/midden/issues"
},
"homepage": "https://github.com/criticalmash/midden#readme",
"dependencies": {
"get-object-type": "0.0.2",
"lodash": "^4.13.1"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"chai": "*",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-debug": "^2.1.2",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"jsdom": "^9.2.1",
"minimist": "^1.2.0",
"mocha": "*",
"through2": "^2.0.1",
"vinyl": "^1.1.1"
}
}