-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
74 lines (74 loc) · 1.94 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "calcite-web",
"version": "0.11.6",
"description": "SASS & CSS Framework for Esri websites",
"private": true,
"homepage": "https://github.com/esri/calcite-web",
"scripts": {
"test": "grunt test && npm run a11y",
"gh-release": "gh-release -a calcite-web.zip",
"acetate": "acetate build -i docs/source -o docs/build -c docs/acetate.conf.js",
"a11y": "a11y local.arcgis.com:8888",
"start": "grunt"
},
"main": "dist/js/calcite-web.js",
"repository": {
"type": "git",
"url": "git://github.com/esri/calcite-web.git"
},
"author": {
"name": "Esri Portland R&D Center",
"email": "<[email protected]>",
"url": "http://pdx.esri.com/"
},
"contributors": [
{
"name": "Paul C. Pederson",
"email": "[email protected]"
},
{
"name": "Nikolas Wise",
"email": "[email protected]"
}
],
"files": [
"dist/"
],
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/esri/calcite-web/issues"
},
"devDependencies": {
"a11y": "^0.3.0",
"acetate": "^0.2.2",
"acetate-cli": "0.0.3",
"arraystream": "0.0.5",
"gh-release": "^2.0.1",
"glob": "^5.0.6",
"grunt": "^0.4.5",
"grunt-aws-s3": "^0.11.0",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-compress": "^0.11.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-imagemin": "^0.8.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-github-releaser": "^0.1.17",
"grunt-http-server": "^1.2.0",
"grunt-newer": "^0.7.0",
"grunt-prompt": "^1.2.1",
"grunt-sass": "^0.18.0",
"grunt-shell": "~1.1.2",
"js-yaml": "^3.2.3",
"jsonfile": "^2.0.0",
"marked": "^0.3.3",
"matchdep": "^0.3.0",
"mkdirp": "^0.5.1",
"s3": "^4.3.1",
"stream-array": "^1.0.2"
}
}