forked from arecker/bennedetto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 897 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
{
"name": "bennedetto",
"repository": {
"type": "git",
"url": "https://github.com/arecker/bennedetto.git"
},
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.8",
"angular-aria": "^1.4.8",
"angular-chart.js": "^0.8.6",
"angular-material": "^0.11.4",
"angular-material-data-table": "^0.8.11",
"angular-messages": "^1.5.0-beta.2",
"angular-mocks": "^1.4.8",
"angular-resource": "^1.5.0-beta.2",
"angular-route": "^1.5.0-beta.2",
"bootstrap": "^3.3.5",
"chart.js": "^1.0.2",
"font-awesome": "^4.4.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-regex-replace": "^0.2.6",
"lodash": "^3.10.1"
}
}