-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "st-multi-sort",
"version": "1.1.2",
"description": "Multi column sorting directive for smart table",
"author": "Good Eggs <[email protected]>",
"contributors": [
"dannynelson <[email protected]>"
],
"license": "MIT",
"keywords": [
"smart-table smart table sort multi column multi-column sorting shift stable"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/goodeggs/st-multi-sort.git"
},
"homepage": "https://github.com/goodeggs/st-multi-sort",
"bugs": "https://github.com/goodeggs/st-multi-sort/issues",
"dependencies": {
"orderby": "^1.1.0"
},
"devDependencies": {
"angular": "^1.3.15",
"angular-mocks": "^1.3.15",
"angular-smart-table": "git://github.com/lorenzofox3/Smart-Table#v2.0.3",
"chai": "~1.x.x",
"chai-jquery": "^2.0.0",
"coffee-script": ">=1.8.x",
"goodeggs-karma": "^6.0.3",
"mocha": "~1.x.x",
"mocha-sinon": "~1.x.x"
},
"scripts": {
"build": "coffee --compile --output lib/ src/",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "coffee ./run_karma.coffee"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
}
}