This repository has been archived by the owner on May 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
62 lines (61 loc) · 1.44 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "tr-ng-grid",
"version": "3.1.7",
"description": "trNgGrid is a feature rich declarative data grid based on the popular AngularJs framework and making use of plain table HTML elements.",
"homepage": "http://github.com/MoonStorm/trNgGrid",
"author": "MoonStorm <MoonStorm@gmail.com>",
"license": "MIT",
"keywords": [
"angular",
"html",
"table",
"grid"
],
"bugs": {
"url": "http://github.com/MoonStorm/trNgGrid/issues"
},
"files": [
"trNgGrid.min.js",
"trNgGrid.js",
"trNgGrid.css",
"trNgGrid.min.css",
"LICENSE",
"relnotes.html",
"browserify.js"
],
"main": "browserify.js",
"repository": {
"type": "git",
"url": "http://github.com/MoonStorm/trNgGrid"
},
"dependencies": {
"angular": "1.x"
},
"devDependencies": {
"es6-promise": "3.0.x",
"typescript": "1.x",
"gulp": "3.x",
"gulp-bump": "2.1.x",
"gulp-concat": "2.6.x",
"gulp-cssnano": "2.1.x",
"gulp-insert": "0.5.x",
"gulp-rename": "1.2.x",
"gulp-typescript": "2.10.x",
"gulp-uglify": "1.5.x",
"merge": "1.2.x",
"yargs": "4.7.x",
"browserify": "13.0.x",
"finalhandler": "0.4.x",
"serve-static": "1.10.x",
"vinyl-source-stream": "1.1.x",
"vinyl-buffer": "1.0.x",
"bootstrap": "3.3.x",
"gulp-concat-css": "2.3.x",
"gulp-less": "3.1.x" ,
"event-stream": "3.3.x",
"gulp-debug": "2.x"
},
"scripts": {
"gulp": "gulp"
}
}