reprogl
/
package.json
23 строки · 603.0 Байт
1{
2"name": "reprogl",3"version": "0.3.0",4"private": true,5"author": {6"name": "Alexander Kharchenko",7"email": "morontt@yandex.ru",8"url": "https://xelbot.com"9},10"license": "MIT",11"dependencies": {12"foundation-sites": "5.5.3",13"magnific-popup": "1.1.0",14"grunt": "1.6.1",15"grunt-contrib-concat": "2.1.0",16"grunt-contrib-cssmin": "5.0.0",17"grunt-contrib-uglify": "5.2.2",18"grunt-sass": "3.1.0",19"jquery": "^1.12.4",20"node-sass": "9.0.0",21"normalize.css": "3.0.3"22}23}
24