-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 825 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 825 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
{
"name": "logistimo-web",
"suffix": "lg",
"version": "2.0.0",
"dependencies": {
"grunt": "^0.4.5",
"grunt-comment-toggler": "^0.2.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-rename": "^0.0.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-env": "~0",
"grunt-html2js": "^0.3.2",
"grunt-if": "^0.1.5",
"grunt-ng-annotate": "^0.10.0",
"grunt-preprocess": "~4",
"grunt-properties-to-json": "~0.5.0",
"grunt-shell": "^1.3.0",
"grunt-string-replace": "^1.0.0",
"jshint-jenkins-checkstyle-reporter": "^0.1.2",
"jshint-stylish": "^2.2.0",
"json-string-replace": "^0.0.2",
"require": "^2.4.20"
}
}