-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 846 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 846 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": "TextOverImageEditor",
"version": "1.0.3",
"scripts": {
"build": "grunt watch",
"package": "grunt umbraco"
},
"dependencies": {
"bower": "^1.8.4",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-nuget": "^0.3.0",
"grunt-template": "^1.0.0",
"grunt-touch": "^1.0.0",
"guid": "0.0.12",
"load-grunt-tasks": "^4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Offroadcode/text-over-image-editor"
},
"devDependencies": {
"grunt-msbuild": "^0.4.4",
"grunt-string-replace": "^1.3.1",
"grunt-umbraco-package": "^1.0.0"
}
}