You cannot 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
382 B
JSON
20 lines
382 B
JSON
{
|
|
"name": "slip.js",
|
|
"version": "1.0.2",
|
|
"author": "Colin Clark",
|
|
"license": "(MIT OR GPL-2.0)",
|
|
"main": "dist/slip.min.js",
|
|
"ignore": [
|
|
".jshintrc",
|
|
"package.json",
|
|
"bower.json",
|
|
"Gruntfile.js",
|
|
"node_modules",
|
|
"tests"
|
|
],
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"qunit": "1.14.0"
|
|
}
|
|
}
|