forked from krescruz/angular-materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 666 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 666 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
{
"name": "angular-materialize",
"description": "Angularjs directives for Materialize CSS Framework",
"author": "@krescruz",
"version": "0.1.8",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/krescruz/angular-materialize"
},
"main": "src/index.js",
"scripts": {
"min": "uglifyjs src/angular-materialize.js -m > src/angular-materialize.min.js",
"prepublish": "npm run min"
},
"dependencies": {
"node-materialize": "https://github.com/ryepdx/node-materialize/tarball/master"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.9.0",
"uglify-js": "^3.0.1"
}
}