You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
462 B
25 lines
462 B
{
|
|
"name": "expo_landing",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"Poul Handleman <pavel.handleman@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap": "~3.3.4",
|
|
"normalize.css": "~3.0.3",
|
|
"zepto": "~1.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"jquery-fadethis": "~1.0.4",
|
|
"superscrollorama": "~1.0.3",
|
|
"gsap": "~1.17.0"
|
|
}
|
|
}
|
|
|