-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
45
46
47
48
49
50
51
52
53
{
"name": "angular-material-inputs",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/aleross/angular-material-inputs"
},
"main": "material-inputs.min.js",
"scripts": {
"test": "grunt test"
},
"bugs": "https://github.com/aleross/angular-material-inputs/issues",
"keywords": [
"angular",
"material design",
"directives",
"forms"
],
"author": "aleross",
"license": "MIT",
"homepage": "https://github.com/aleross/angular-material-inputs",
"dependencies": {
"angular": "latest"
},
"devDependencies": {
"autoprefixer": "^6.1.2",
"bower": "^1.6.8",
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.4.0",
"grunt-karma": "^0.12.1",
"grunt-karma-coveralls": "^2.5.4",
"grunt-npm": "0.0.2",
"grunt-ng-annotate": "^1.0.1",
"grunt-postcss": "^0.7.1",
"grunt-prompt": "^1.3.3",
"grunt-sass": "^1.1.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"load-grunt-config": "^0.19.1",
"load-grunt-tasks": "^3.3.0",
"phantomjs": "^1.9.19",
"pixrem": "^3.0.0",
"semver": "^5.1.0"
}
}