forked from radcortez/javaee7-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 807 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
{
"name": "javaee7-angular",
"version": "1.0.0",
"authors": [
"Roberto Cortez <radcortez@yahoo.com>",
"Paulo Grácio <paulo.gracio@gmail.com>"
],
"description": "javaee7-angular dependencies for Grunt.",
"private": true,
"devDependencies": {
"grunt": "~0.4.5",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-wiredep": "~1.8.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-usemin": "~2.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-bower-install-simple": "~1.1.3"
},
"engines": {
"node": ">=0.8.0"
}
}