forked from spankyj/angular-winjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 871 Bytes
/
package.json
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
{
"name": "angular-winjs",
"description": "Project to smooth the AngularJS/WinJS interaction, this code is a shim layer which facilitates usage of WinJS UI controls in an Angular Windows application.",
"homepage": "https://github.com/codemonkeychris/angular-winjs",
"author": "Josh Williams <[email protected]>",
"license": "MIT",
"version": "1.0.0",
"main": "js/angular-winjs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/codemonkeychris/angular-winjs.git"
},
"keywords": [
"AngularJS",
"WinJS",
"angular",
"windows8"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/codemonkeychris/angular-winjs/blob/master/LICENSE"
}
],
"bugs": "https://github.com/codemonkeychris/angular-winjs/issues"
}