-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 926 Bytes
/
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
{
"name": "metalsmith-packagejson",
"version": "1.0.1",
"description": "Loads the contents of package json into a global called pkg",
"main": "lib/index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madeofpeople/metalsmith-packagejson.git"
},
"keywords": [
"metalsmith"
],
"author": "Thiago de Mello Bueno",
"license": "MIT",
"bugs": {
"url": "https://github.com/madeofpeople/metalsmith-packagejson/issues"
},
"homepage": "https://github.com/madeofpeople/metalsmith-packagejson#readme",
"_from": "metalsmith-packagejson@",
"devDependencies": {
"assert-dir-equal": "^1.0.1",
"metalsmith": "^1.7.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-templates": "^0.7.0",
"mocha": "^2.2.5",
"rimraf": "^2.4.0",
"swig": "^1.4.2"
},
"dependencies": {
"extend": "^3.0.0"
}
}