소스 검색

added git repo to package.json

master
mort 8 년 전
부모
커밋
80e435522d
1개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. 10
    2
      package.json

+ 10
- 2
package.json 파일 보기

@@ -1,14 +1,22 @@
{
"name": "socksugar",
"version": "0.1.0",
"version": "0.1.1",
"description": "Websockets with sugar on top.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Martin Dørum Nygaard",
"author": {
"name": "Martin Dørum Nygaard",
"email": "martid0311@gmail.com",
"url": "http://mort.coffee"
},
"license": "MIT",
"dependencies": {
"ws": "^0.7.2"
},
"repository": {
"type": "git",
"url": "http://git.mort.coffee/mort/socksugar"
}
}

Loading…
취소
저장