UNPKG

1.14 kBJSONView Raw
1{
2 "name": "materialize-css",
3 "description": "Builds Materialize distribution packages",
4 "author": "Alvin Wang, Alan Chang",
5 "url": "http://materializecss.com/",
6 "version": "0.97.2",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/Dogfalo/materialize.git"
10 },
11 "dependencies": {},
12 "engine": "node >= 0.10",
13 "devDependencies": {
14 "grunt": "^0.4.5",
15 "grunt-banner": "^0.3.0",
16 "grunt-browser-sync": "^2.1.1",
17 "grunt-concurrent": "^1.0.0",
18 "grunt-contrib-clean": "0.5.x",
19 "grunt-contrib-compress": "^0.12.0",
20 "grunt-contrib-concat": "^0.5.0",
21 "grunt-contrib-connect": "^0.4.2",
22 "grunt-contrib-copy": "0.4.x",
23 "grunt-contrib-cssmin": "^0.13.0",
24 "grunt-contrib-jade": "0.8.x",
25 "grunt-contrib-testem": "^0.5.16",
26 "grunt-contrib-uglify": "0.2.x",
27 "grunt-contrib-watch": "^0.5.3",
28 "grunt-notify": "^0.4.1",
29 "grunt-remove-logging": "^0.2.0",
30 "grunt-rename": "^0.1.4",
31 "grunt-sass": "^0.18.1",
32 "grunt-text-replace": "^0.4.0",
33 "node-sass": "^2.1.1",
34 "qunit": "^0.7.6"
35 },
36 "scripts": {
37 "test": "grunt testem:run:default"
38 }
39}