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.
22 lines
392 B
22 lines
392 B
{ |
|
"name": "flight", |
|
"description": "Clientside component infrastructure", |
|
"main": "lib/index.js", |
|
"version": "1.1.4", |
|
"ignore": [ |
|
"doc", |
|
"tools", |
|
"test", |
|
".gitignore", |
|
".travis.yml", |
|
"CHANGELOG.md", |
|
"CONTRIBUTING.md", |
|
"Makefile", |
|
"karma.conf.js", |
|
"package.json" |
|
], |
|
"dependencies": { |
|
"es5-shim": "2.0.0", |
|
"jquery": ">=1.8.0" |
|
} |
|
}
|
|
|