-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 934 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 934 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
{
"name": "angular-veasy-table",
"version": "2.2.10",
"description": "AngularJS directive to create quickly data tables without giving up the beauty and functionality.",
"author": "Fernando Machado Bernardino <fernandombernardino@gmail.com> (https://github.com/NandoMB)",
"license": "MIT",
"main": "./dist/js/veasy-table.js",
"scripts": {
"prestart": "npm install && bower install && gulp dist",
"start": "node_modules/http-server/bin/http-server -c-1 -a 127.0.0.1 -p 4000",
"dev": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-html2js": "^0.2.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"run-sequence": "^1.2.2",
"http-server": "^0.7.5"
}
}