-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 948 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "solidus-metadata",
"version": "1.0.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/solidusjs/metadata.git"
},
"scripts": {
"test": "lab -v"
},
"author": {
"name": "Eric Lanehart",
"email": "eric@sparkart.com",
"url": "http://developers.sparkart.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/solidusjs/metadata/issues"
},
"homepage": "https://github.com/solidusjs/metadata",
"engines": {
"node": ">=0.10.0"
},
"files": [
"LICENSE",
"index.js",
"tags.hbs"
],
"keywords": [
"ecosystem:solidus",
"solidus",
"seo",
"metadata"
],
"dependencies": {
"crossroads": "^0.12.0",
"object-path": "^0.9.0",
"string-humanize": "^1.0.0",
"strip": "0.0.7",
"url-regex": "^2.1.2"
},
"devDependencies": {
"handlebars": "^1.3.0",
"jsdom": "^3.1.0",
"lab": "^5.2.1"
}
}