-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 790 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 790 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
{
"name": "sample-npm",
"version": "1.1.0-beta.196",
"description": "Sample containing NPM application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pre-myget": "del /f /q NuGet.config & npm version prerelease -m \"Version bumped by MyGet Build Services\" & git push origin master"
},
"repository": {
"type": "git",
"url": "https://github.com/MyGet/sample-npm-repository"
},
"keywords": [
"sample",
"npm",
"myget"
],
"author": "Maarten Balliauw <maarten@myget.org>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MyGet/sample-npm-repository/issues"
},
"homepage": "https://github.com/MyGet/sample-npm-repository",
"dependencies": {
"bootstrap": "^3.3.2"
}
}