-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"name": "color-speak",
"version": "1.0.0",
"description": "A simple demo of WinJS controls working with a variety of different JavaScript frameworks",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/codemonkeychris/color-speak.git"
},
"keywords": [
"color-speak",
"Accessibility",
"HTML"
],
"author": "Chris Anderson",
"license": "MIT",
"bugs": {
"url": "https://github.com/InternetExplorer/CharMap/issues"
},
"homepage": "https://github.com/InternetExplorer/CharMap",
"devDependencies": {
"browser-sync": "^2.6.4",
"envify": "^3.4.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "^1.2.1",
"gulp-filesize": "0.0.6",
"gulp-notify": "^2.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-typescript": "^2.6.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"require-dir": "^0.3.0",
"stringify": "^3.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
},
"dependencies": {
}
}