forked from MicrosoftEdge/Demos-old
-
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) · 749 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 749 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": "microsoftedge-demos",
"version": "1.0.0",
"description": "Open source demos hosted in https://dev.microsoftedge.com",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicrosoftEdge/Demos.git"
},
"keywords": [
"demos",
"microsoft",
"edge",
"edge",
"javascript",
"asm.js"
],
"author": "MicrosoftEdge",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/MicrosoftEdge/Demos/issues"
},
"homepage": "https://github.com/MicrosoftEdge/Demos#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-eslint": "^18.1.0",
"load-grunt-tasks": "^3.5.0",
"time-grunt": "^1.3.0"
}
}