forked from gotdibbs/Dynamics-365-Toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1001 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
32
33
34
35
36
37
{
"name": "Dynamics-CRM-Bookmarklets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gotdibbs/Dynamics-CRM-Bookmarklets.git"
},
"author": "gotdibbs",
"license": "MIT",
"bugs": {
"url": "https://github.com/gotdibbs/Dynamics-CRM-Bookmarklets/issues"
},
"homepage": "https://github.com/gotdibbs/Dynamics-CRM-Bookmarklets",
"devDependencies": {
"del": "^1.2.0",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"gulp-front-matter": "^1.2.2",
"gulp-headerfooter": "^1.0.3",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"gulpsmith": "^0.5.3",
"handlebars": "^3.0.3",
"lodash": "^3.6.0",
"metalsmith": "^1.5.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-templates": "^0.7.0",
"through2": "^2.0.0"
}
}