-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
39
40
41
42
43
44
{
"name": "trailpack-jsonld",
"version": "0.1.0",
"description": "Data is messy and disconected, JSON-LD organize and connects it, creating a better Web. ",
"homepage": "https://github.com/maissani/trailpack-jsonld",
"author": "Mehdi Aissani <contact@mehdiaissani.com> (https://mehdiaissani.com)",
"files": [
"lib"
],
"main": "index.js",
"keywords": [
"trailpack",
"trails",
"trailjs"
],
"dependencies": {
"jsonld": "^0.4.5",
"lodash": "^4.13.1",
"trailpack": "latest",
"trails-service": "^1.0.0-alpha-1"
},
"devDependencies": {
"eslint": "^3.0.0",
"eslint-config-trails": "^1.0.7",
"mocha": "^3.0.0"
},
"scripts": {
"test": "eslint . && mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maissani/trailpack-jsonld.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maissani/trailpack-jsonld/issues"
}
}