forked from polonel/SnackBar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 934 Bytes
/
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
{
"name": "node-snackbar",
"version": "0.1.7",
"description": "Notifications insipired by Google Material Design",
"main": "src/js/snackbar.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^2.0.0",
"matchdep": "^1.0.0"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/polonel/SnackBar.git"
},
"bugs": {
"url": "https://github.com/polonel/SnackBar/issues"
},
"keywords": [
"snackbar",
"matieral-design",
"toast"
],
"author": "Chris Brame",
"license": "MIT",
"homepage": "http://www.polonel.com/snackbar"
}