forked from josebalius/ngReactGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (27 loc) · 737 Bytes
/
package.json
File metadata and controls
28 lines (27 loc) · 737 Bytes
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
{
"name": "ngReactGrid",
"version": "0.6.0",
"description": "A really fast Angular grid using the power of React to render",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/josebalius/ngReactGrid.git"
},
"author": "Jose Garcia - jose.balius@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/josebalius/ngReactGrid/issues"
},
"homepage": "http://josebalius.github.io/ngReactGrid/",
"devDependencies": {
"gulp": "~3.6.0",
"gulp-react": "0.3.3",
"gulp-concat": "2.2.0",
"gulp-filter": "0.4.1",
"gulp-uglify": "0.3.0",
"gulp-rename": "1.2.0",
"gulp-replace": "0.3.0"
}
}