31 lines
834 B
JSON
31 lines
834 B
JSON
{
|
|
"name": "split.js",
|
|
"version": "1.0.6",
|
|
"description": "A lightweight utility for creating adjustable split views",
|
|
"main": "split.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nathancahill/Split.js.git"
|
|
},
|
|
"keywords": [
|
|
"css"
|
|
],
|
|
"author": "Nathan Cahill <nathan@nathancahill.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/nathancahill/Split.js/issues"
|
|
},
|
|
"homepage": "https://github.com/nathancahill/Split.js#readme",
|
|
"devDependencies": {
|
|
"eslint": "^1.9.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-jasmine": "nathancahill/grunt-contrib-jasmine",
|
|
"jasmine": "^2.3.2",
|
|
"uglifyjs": "^2.4.10"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/grunt jasmine",
|
|
"build": "./node_modules/.bin/uglifyjs -m -o split.min.js split.js"
|
|
}
|
|
}
|