-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "ng-material-floating-button",
"version": "0.6.2",
"description": "angular directive for material floating buttons",
"main": [
"src/mfb-directive.js",
"mfb/dist/mfb.css",
"mfb/src/mfb.scss"
],
"repository": "https://github.com/nobitagit/ng-material-floating-button",
"scripts": {
"test": "grunt karma"
},
"keywords": [
"angular",
"directive",
"material",
"design",
"floating",
"button",
"google",
"inbox"
],
"bugs": "https://github.com/nobitagit/ng-material-floating-button/issues",
"author": "Nobita",
"license": "MIT",
"devDependencies": {
"angular-mocks": "^1.3.6",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-karma": "^0.9.0",
"grunt-preprocess": "^4.1.0",
"grunt-usemin": "^3.0.0",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-jasmine": "^0.3.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4"
},
"dependencies": {}
}