package.json
600 Bytes
{
"name": "static-pay",
"version": "2.0.0",
"description": "static pay source.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --content-base .",
"prebuild": "webpack --display-error-details"
},
"repository": {
"type": "git",
"url": "git@git3.diligrp.com:dlstatic/static-pay.git"
},
"keywords": [
"node",
"static"
],
"author": "DiliFE",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-spritesmith": "^5.1.7",
"less": "^2.5.1"
}
}