-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 808 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "activitystreams-validator",
"version": "0.4.5",
"private": true,
"scripts": {
"start": "node ./bin/www",
"docker": "docker build -t w3csocial/activitystreams-validator:${npm_package_version} . && docker tag w3csocial/activitystreams-validator:${npm_package_version} w3csocial/activitystreams-validator:latest",
"push": "docker push w3csocial/activitystreams-validator:${npm_package_version} && docker push w3csocial/activitystreams-validator:latest"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"multer": "^1.1.0",
"activitystrea.ms": "^0.14.0",
"request": "^2.69.0",
"lodash": "^4.5.1"
}
}