/
githubmirror
/
materialize
Обзор
Документация
Войти
/
githubmirror
/
materialize
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.97.0
package.json
40 строк
1 KB
Dogfalo7
Fixed typo in package.json
22 июн 2015, 04:26
22 июн 2015, 04:26
be71d5d
Код
Авторство
О чём код?
{ "name": "materialize-css", "description": "Builds Materialize distribution packages", "author": "Alvin Wang, Alan Chang", "url": "http://materializecss.com/", "version": "0.97.0", "repository": { "type": "git", "url": "git://github.com/Dogfalo/materialize.git" }, "dependencies": { }, "directories" : { "sass": "sass", "bin": "bin", "font": "font" }, "engine": "node >= 0.10", "devDependencies": { "node-sass": "^2.1.1", "grunt": "^0.4.5", "grunt-banner": "^0.3.0", "grunt-browser-sync": "^2.1.1", "grunt-contrib-clean": "0.5.x", "grunt-contrib-connect": "^0.4.2", "grunt-contrib-copy": "0.4.x", "grunt-contrib-cssmin": "0.6.x", "grunt-contrib-jade": "0.8.x", "grunt-contrib-uglify": "0.2.x", "grunt-sass": "^0.18.1", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-compress": "^0.12.0", "grunt-contrib-watch": "^0.5.3", "grunt-concurrent": "^1.0.0", "grunt-notify": "^0.4.1", "grunt-text-replace": "^0.4.0", "grunt-rename": "^0.1.4", "grunt-remove-logging": "^0.2.0" } }