forked from ziscloud/angular-footable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 924 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
35
36
{
"name": "angular-footable",
"version": "0.0.3",
"description": "Angular derictive for FooTable",
"main": "dist/angular-footable.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/ziscloud/angular-footable.git"
},
"keywords": [
"angular",
"footable"
],
"author": "Tony Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/ziscloud/angular-footable/issues"
},
"homepage": "https://github.com/ziscloud/angular-footable",
"devDependencies": {
"boilerplate-gulp": "~0.3.0",
"gulp": "~3.8.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"jshint": "^2.9.1"
}
}