-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 991 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
{
"name": "weaver-data-workbench",
"author": "Sysunite BV",
"description": "Visual application to model Weaver datasets",
"repository": {},
"license": "GPL-3.0",
"private": true,
"devDependencies": {
"coffee-script": "1.10.0",
"coffeelint": "1.15.7",
"grunt": "1.0.1",
"grunt-angular-templates": "1.0.4",
"grunt-browser-output": "1.0.3",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-htmlmin": "1.4.0",
"grunt-contrib-imagemin": "1.0.1",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-html-angular-validate": "0.5.8",
"grunt-ng-annotate": "2.0.2",
"grunt-ng-constant": "2.0.1",
"grunt-wiredep": "3.0.1",
"load-grunt-tasks": "3.5.0"
}
}