-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 811 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 811 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
{
"name": "angular-luminate-utils",
"description": "Luminate Online utilities for AngularJS 1.x apps.",
"version": "1.1.3",
"license": "MIT",
"repository": [
{
"type": "git",
"url": "https://github.com/convio/angular-luminate-utils.git"
}
],
"engines": {
"node": ">=14.17.4"
},
"dependencies": {
"angular": "^1.4.8",
"angular-sanitize": "^1.4.8"
},
"devDependencies": {
"coffeescript": "^2.5.1",
"glob": "^7.1.7",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-notify": "^0.4.5",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^1.4.0"
}
}