-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.21 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
{
"name": "docker-npm_lazy",
"version": "1.10.0",
"description": "Dockerized distribution of npm_lazy",
"main": "index.js",
"private": true,
"scripts": {
"start": "node index.js",
"container": "export NAME=npm_lazy-dev; docker ps -a | grep -q $NAME && npm run -s container:app-start || npm run -s container:app-run",
"container:app-start": "docker start -ai $NAME",
"container:app-run": "docker run --name $NAME -w /$NAME -v $(pwd):/$NAME -e \"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/node_modules/.bin\" --dns 8.8.8.8 --dns 8.8.4.4 --entrypoint=/bin/bash -it node:7",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/langri-sha/npm_lazy.git"
},
"keywords": [
"docker",
"npm",
"mirror",
"server",
"lazy"
],
"author": "langri-sha",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/langri-sha/npm_lazy/issues"
},
"engines": {
"node" : "4.8.1"
},
"homepage": "https://github.com/langri-sha/npm_lazy",
"dependencies": {
"commander": "^2.6.0",
"npm_lazy": "^1.10.0",
"underscore": "^1.7.0",
"underscore.string": "^3.0.3"
}
}