Skip to content

Commit b1800ce

Browse files
committed
Add package.json
1 parent 0f9d90b commit b1800ce

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

index.js

Whitespace-only changes.

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "wukanac-ci-base-nodejs-travis",
3+
"version": "1.0.0",
4+
"description": "CI with NodeJs and TravisCI",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "mocha --recursive --timeout=10000"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/vukanac/ci-base-nodejs.git"
12+
},
13+
"keywords": [
14+
"ci",
15+
"nodejs",
16+
"travisci"
17+
],
18+
"author": "Vladimir Vukanac <[email protected]>",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/vukanac/ci-base-nodejs/issues"
22+
},
23+
"homepage": "https://github.com/vukanac/ci-base-nodejs#readme"
24+
}

0 commit comments

Comments
 (0)