forked from toricls/github-codebuild-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 735 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 735 Bytes
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
{
"name": "github-codebuild-integration",
"version": "0.2.0",
"description": "",
"scripts": {
"test": "mocha $(find src -name '*.test.js' ! -path '*node_modules*')",
"lint": "eslint --ext .js src test"
},
"engines": {
"node": ">=6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/toricls/github-codebuild-integration.git"
},
"keywords": [
"github",
"aws codebuild",
"amazon sns"
],
"author": "toricls",
"license": "MIT",
"bugs": {
"url": "https://github.com/toricls/github-codebuild-integration/issues"
},
"homepage": "https://github.com/toricls/github-codebuild-integration",
"devDependencies": {
"eslint": "^4.5.0",
"mocha": "^3.5.0"
}
}