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.
20 lines
305 B
20 lines
305 B
{
|
|
"name": "javascript-testing",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
"jpastorp"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"app/bower-components",
|
|
"test"
|
|
],
|
|
"devDependencies": {
|
|
"sinon": "1.17.2"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "2.1.4",
|
|
"loglevel": "1.4.0"
|
|
}
|
|
}
|