-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
34 lines (34 loc) · 846 Bytes
/
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
{
"name": "ng-cells",
"version": "0.4.0",
"homepage": "http://gdepourtales.github.io/ng-cells/",
"description": "Flexible table angularjs directive",
"keywords": [
"angularjs",
"directive",
"table"
],
"repository": {
"type": "git",
"url": "git://github.com/gdepourtales/ng-cells.git"
},
"authors": [
"Guy de Pourtalès <[email protected]>"
],
"license": "Apache 2.0",
"dependencies": {
"angular": ">1.2.3",
"angular-sanitize": ">1.2.3",
"ng-scrollable": "gdepourtales/ng-scrollable"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-html2js": "~0.2.3",
"grunt-concat": "~0.1.6"
}
}