parent
f75283b1a2
commit
75c931c7d4
@ -0,0 +1,12 @@
|
||||
build/
|
||||
cache/
|
||||
dist/
|
||||
dropbox/
|
||||
library/
|
||||
node_modules/
|
||||
photoapp.egg-info/
|
||||
photos.db
|
||||
styles/css/
|
||||
styles/dist/
|
||||
styles/mincss/
|
||||
testenv/
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,18 @@
|
||||
{
|
||||
"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": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"scripts": {},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
}
|
Loading…
Reference in new issue