-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "metalsmith-updated",
"version": "0.1.7",
"description": "Metalsmith plugin for adding created and updated attributes to files.",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/gchallen/code.metalsmith-updated/issues"
},
"homepage": "https://github.com/gchallen/code.metalsmith-updated",
"repository": {
"type": "git",
"url": "[email protected]:gchallen/code.metalsmith-updated.git"
},
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --slow 2000"
},
"keywords": [
"metalsmith"
],
"author": {
"name": "Geoffrey Challen",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"jsonfile": "^5.0.0",
"minimatch": "^3.0.4",
"object-hash": "^1.3.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-datetime": "^1.5.0",
"chai-fs": "^2.0.0",
"metalsmith": "^2.3.0",
"mocha": "^5.2.0",
"power-assert": "^1.6.1"
}
}