-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 938 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
{
"name": "ldn-tests",
"version": "0.0.1",
"description": "LDN tests",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify --standalone ldn-tests index.js > build.js",
"minify": "browserify --standalone ldn-tests index.js | uglifyjs -c > build.min.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/csarven/ldn-tests.git"
},
"keywords": [
"ldn",
"ldp",
"tests"
],
"author": {
"name": "Sarven Capadisli",
"url": "http://csarven.ca/#i"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/csarven/ldn-tests/issues"
},
"homepage": "https://github.com/csarven/ldn-tests",
"dependencies": {
"atob": "^2.0.3",
"btoa": "^1.1.2",
"etag": "^1.7.0",
"fs": "0.0.1-security",
"mayktso": "git://github.com/csarven/mayktso.git#master"
}
}