-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.23 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
45
{
"name": "mayktso",
"version": "0.0.1",
"description": "mayktso",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify --standalone ldn index.js > build.js",
"minify": "browserify --standalone ldn index.js | uglifyjs -c > build.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/csarven/mayktso.git"
},
"keywords": [
"ldn",
"ldp"
],
"author": {
"name": "Sarven Capadisli",
"url": "http://csarven.ca/#i"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/csarven/mayktso/issues"
},
"homepage": "https://github.com/csarven/mayktso",
"dependencies": {
"body-parser": "^1.15.2",
"console-stamp": "^0.2.2",
"content-type": "^1.0.2",
"etag": "^1.7.0",
"express": "^4.14.0",
"fs": "0.0.1-security",
"mime": "^1.3.6",
"minimist": "^1.2.2",
"node-uuid": "^1.4.8",
"rdf-parser-rdfa": "git://github.com/rdf-ext/rdf-parser-rdfa.git#master",
"rdf-store-ldp": "git://github.com/rdf-ext/rdf-store-ldp.git#master",
"request": "^2.81.0",
"simplerdf": "^0.2.14",
"simplerdf-parse": "git://github.com/nicola/simplerdf-parse.git#master",
"xhr2": "^0.1.3"
}
}