forked from SebastianMetzger/angular-material-inbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 678 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 678 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
{
"name": "angular-material-inbox",
"version": "0.0.0",
"description": "angular-material-inbox ======================",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Sturmination/angular-material-inbox.git"
},
"author": "Sebastian Metzger",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sturmination/angular-material-inbox/issues"
},
"devDependencies": {
"matchdep": "~0.3.0",
"grunt-express": "~1.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-open": "~0.2.3",
"grunt-contrib-jshint": "~0.10.0"
}
}