Blame view

readme.md 393 Bytes
c1b0c854   Arsisakarn Srilatanart   add readme.md แสด...
1
2
3
4
5
6
7
8
### Example project's package.json that add logstatalarm library
```
{
  "name": "testnpm",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
0d296e54   Arsisakarn Srilatanart   Update readme.md ...
9
    "logstatalarm": "git+ssh://git@git.sourcecode.co.th:1223/ais-projects/logstatalarm.git"
c1b0c854   Arsisakarn Srilatanart   add readme.md แสด...
10
11
12
13
14
15
16
17
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC"
}
```