UNPKG

1.38 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.98.0",
7 "main": "bin/materialize.js",
8 "license": "MIT",
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/Dogfalo/materialize.git"
12 },
13 "dependencies": {
14 "hammerjs": "^2.0.4",
15 "jquery": "^2.1.4",
16 "node-archiver": "^0.3.0"
17 },
18 "engine": "node >= 0.10",
19 "devDependencies": {
20 "autoprefixer": "^6.1.0",
21 "grunt": "^0.4.5",
22 "grunt-banner": "^0.6.0",
23 "grunt-browser-sync": "^2.2.0",
24 "grunt-concurrent": "^2.0.0",
25 "grunt-contrib-clean": "^0.7.0",
26 "grunt-contrib-compress": "^0.14.0",
27 "grunt-contrib-concat": "^0.5.0",
28 "grunt-contrib-copy": "^0.8.0",
29 "grunt-contrib-cssmin": "^0.14.0",
30 "grunt-contrib-jade": "^0.15.0",
31 "grunt-contrib-jasmine": "^0.9.2",
32 "grunt-contrib-uglify": "^0.11.0",
33 "grunt-contrib-watch": "^0.6.0",
34 "grunt-notify": "^0.4.1",
35 "grunt-postcss": "^0.7.1",
36 "grunt-remove-logging": "^0.2.0",
37 "grunt-rename": "^0.1.4",
38 "grunt-sass": "^1.1.0",
39 "grunt-text-replace": "^0.4.0",
40 "jasmine": "^2.3.2",
41 "jasmine-jquery": "^2.1.1",
42 "jquery": "^2.1.4",
43 "node-sass": "^3.4.2",
44 "phantomjs": "^1.9.18"
45 },
46 "scripts": {
47 "test": "grunt travis --verbose"
48 }
49}