forked from pantheon-systems/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "documentation",
"version": "1.0.0",
"description": "Pantheon Docs https://pantheon.io/docs",
"main": "Gruntfile.js",
"devDependencies": {
"a11y": "^0.4.0",
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-material": "^1.1.1",
"angular-md": "^1.0.0",
"bootstrap": "^3.3.6",
"clipboard": "^1.5.12",
"grunt": "^0.4.5",
"grunt-a11y": "^0.1.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-css-url-replace": "^0.2.7",
"grunt-replace": "^0.11.0",
"highlight.js": "^9.3.0",
"marked": "^0.3.6",
"node-font-awesome": "^1.0.2",
"sitespeed.io": "4.0.0-alpha.5"
},
"scripts": {
"test": "grunt && rake && scripts/merge_conflicts.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pantheon-systems/documentation.git"
},
"keywords": [
"pantheon",
"sculpin",
"documentation"
],
"author": "https://pantheon.io",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/pantheon-systems/documentation/issues"
},
"homepage": "https://github.com/pantheon-systems/documentation#readme",
"dependencies": {
"grunt-cli": "^1.2.0"
}
}