-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 774 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 774 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
{
"name": "angular-form-component",
"version": "1.2.20",
"description": "Angular Material based form component",
"main": "dist/form-component.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Snehil Modani <snehilmodani>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-angular-templates": "^1.1.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-git": "^1.0.9",
"grunt-replace": "^1.0.1",
"grunt-version": "^1.2.1",
"include-all": "^4.0.3",
"jshint-stylish": "^2.2.1",
"semver": "^5.4.1"
}
}