-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 908 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
{
"name": "xrm-examples",
"version": "1.0.0",
"description": "Some XRM/Dynamics CRM 2015 examples.",
"author": "Maarten Docter (@mdocter)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdocter/xrm-examples/issues"
},
"homepage": "https://github.com/mdocter/xrm-examples#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example_1": "webpack --config ./example_1/webpack.config.js --display-error-details",
"example_2": "webpack --config ./example_2/webpack.config.js --display-error-details"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdocter/xrm-examples.git"
},
"keywords": [
"xrm",
"crm2015",
"webpack",
"typescript",
"babeljs",
"es6"
],
"devDependencies": {
"ts-loader": "^0.7.2",
"typescript": "^1.6.2",
"webpack": "^1.12.9"
},
"dependencies": {}
}