passman/package.json

15 lines
348 B
JSON
Raw Normal View History

{
2016-09-10 21:26:14 +08:00
"name": "Passman",
"version": "0.0.1",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
2016-09-10 20:02:54 +08:00
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^1.0.0",
2016-09-10 20:02:54 +08:00
"grunt-html2js": "^0.3.6",
"html-minifier": "^3.0.2"
}
}