-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 885 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 885 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
29
30
31
32
33
34
{
"name": "angular-pivot",
"version": "1.2.1",
"description": "Angular wrapper for PivotUI JS Library",
"main": "dist/angular-pivot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErickRuano/angular-pivot.git"
},
"author": "Erick Ruano",
"license": "MIT",
"bugs": {
"url": "https://github.com/ErickRuano/angular-pivot/issues"
},
"homepage": "https://github.com/ErickRuano/angular-pivot#readme",
"dependencies": {
"angular": "^1.5.8",
"jquery-ui-bundle": "^1.11.4",
"pivottable": "^2.3.0"
},
"devDependencies": {
"mocha": "^3.1.2",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.14",
"gulp-rename": "^1.2.2",
"gulp-self-execute": "^1.0.3",
"run-sequence": "^1.2.2"
}
}