photolib/package.json

19 lines
383 B
JSON
Raw Normal View History

2018-09-09 16:44:10 -07:00
{
"name": "photoapp",
"version": "1.0.0",
"description": "",
"main": null,
"dependencies": {
"grunt": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
2021-08-15 19:04:55 -07:00
"purecss": "^2.0.6"
2018-09-09 16:44:10 -07:00
},
"devDependencies": {},
"scripts": {},
"author": "",
"license": "ISC"
}