forked from onurmenal/crm-power-pane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "crm-power-pane",
"version": "1.2.2",
"description": "Dynamics 365 Power Pane is a helper tool designed to integrate with Dynamics CRM/365 application and allow you to manipulate forms.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"build-chrome": "npm run build -- --target=chrome",
"build-firefox": "npm run build -- --target=firefox",
"build-edge": "npm run build -- --target=edge",
"build-all": "node ./build/all"
},
"author": "Onur Menal",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"gulp-sass-variables": "^1.2.0",
"webpack-stream": "^6.1.2",
"yargs": "^16.2.0"
},
"directories": {
"doc": "docs"
},
"dependencies": {
"graceful-fs": "^4.2.6",
"node-sass": "^5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onurmenal/crm-power-pane.git"
},
"keywords": [
"dynamics",
"365",
"crm",
"microsoft",
"chrome",
"firefox",
"extension",
"add-on"
],
"bugs": {
"url": "https://github.com/onurmenal/crm-power-pane/issues"
},
"homepage": "https://github.com/onurmenal/crm-power-pane#readme"
}