-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "metalsmith-project-images",
"version": "1.1.2",
"description": "A metalsmith plugin that scan all images in subfolders and add it to metadata.",
"main": "src/index.js",
"dependencies": {
"debug": "^0.7.4",
"lodash": "^3.10.1",
"minimatch": "^0.2.14"
},
"devDependencies": {
"babel-core": "^6.1.4",
"chai": "^3.4.0",
"metalsmith": "^2.1.0",
"minimatch": "^0.2.14",
"mocha": "^2.3.3"
},
"scripts": {
"test": "mocha --harmony --reporter spec test/index.js --compilers js:babel-core/register",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoetmaaiers/metalsmith-project-images.git"
},
"keywords": [
"metalsmith",
"images",
"project",
"scan"
],
"author": "Robin Houdmeyers",
"license": "ISC",
"bugs": {
"url": "https://github.com/hoetmaaiers/metalsmith-project-images/issues"
},
"homepage": "https://github.com/hoetmaaiers/metalsmith-project-images#readme"
}