19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"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",
|
|
"purecss": "^2.0.6"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|