forked from esvit/ng-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "ng-table",
"version": "0.5.4",
"author": "Vitalii Savchuk <[email protected]>",
"license": "BSD",
"repository": {
"type": "git",
"url": "git://github.com/esvit/ng-table.git"
},
"devDependencies": {
"coveralls": "~2.11.0",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jade": "~0.5.0",
"grunt-contrib-less": "~0.5.2",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-uglify": "0.8.x",
"grunt-contrib-watch": "~0.6.x",
"grunt-hustler": "0.11.2",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.0",
"karma-coverage": "~0.2.0",
"karma-firefox-launcher": "~0.1.0",
"karma-jasmine": "~0.1.0",
"karma-ng-html2js-preprocessor": "~0.1.0",
"load-grunt-tasks": "~0.2.0",
"qq": "^0.3.5"
},
"scripts": {
"test": "karma start --single-run --no-auto-watch"
}
}