forked from nathancahill/split
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 834 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "split.js",
"version": "1.1.1",
"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 <[email protected]>",
"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"
}
}