-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 KB
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
{
"name": "@w20/w20-material",
"version": "2.2.0",
"description": "W20 add-on for angular-material",
"license": "MPL-2.0",
"main": "gruntfile.js",
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "~0.7",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-coveralls": "^1.0.0",
"grunt-karma": "^1.0.0",
"grunt-ngdocs": "^0.2.8",
"jasmine-core": "~2.4",
"karma": "~0.13",
"karma-coverage": "~0.2",
"karma-jasmine": "~0.3.1",
"karma-phantomjs-launcher": "~0.1",
"karma-requirejs": "~0.2",
"requirejs": "~2.1"
},
"dependencies": {
"@w20/w20": "^2.4.0",
"angular-animate": "^1.6.9",
"angular-aria": "^1.6.9",
"angular-messages": "^1.6.9",
"angular-material": "^1.1.7",
"font-awesome": "^4.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w20-framework/w20-material.git"
},
"author": "W20 team",
"contributors": [
"Adrien LAUER <adrien.lauer@mpsa.com>",
"Kavi RAMYEAD <kavi.ramyead@ext.mpsa.com>",
"Jose Manuel MARTINEZ LAINEZ <josemanuel.martinez1@ext.mpsa.com>"
]
}