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
|
{
"name": "angular-smart-table",
"version": "2.1.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/.bin/gulp karma-CI"
},
"repository": {
"type": "git",
"url": "https://github.com/lorenzofox3/Smart-Table.git"
},
"author": "Laurent Renard",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-insert": "^0.4.0",
"gulp-jshint": "^1.8.4",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^0.3.1",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.21",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4"
}
}
|