-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "angular-winjs",
"title": "Angular Wrapper for Windows Library for JavaScript (WinJS)",
"description": "This code is a wrapper which facilitates usage of WinJS UI controls in an Angular application.",
"homepage": "https://github.com/winjs/angular-winjs",
"author": {
"name": "Microsoft Corporation and other contributors",
"url": "https://github.com/winjs/angular-winjs/graphs/contributors"
},
"license": "MIT",
"version": "4.4.0",
"main": "js/angular-winjs.js",
"scripts": {
"test": "karma start karma.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/winjs/angular-winjs"
},
"keywords": [
"AngularJS",
"WinJS",
"angular",
"windows8",
"windows10"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/winjs/angular-winjs/blob/master/License.txt"
}
],
"bugs": "https://github.com/winjs/angular-winjs/issues",
"dependencies": {
"angular": "~1.3.13"
},
"devDependencies": {
"angular-mocks": "~1.3.13",
"karma": "~0.10",
"winjs": "4.4.x",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-github-releaser": "^0.1.17",
"grunt-nuget": "^0.1.4"
}
}