forked from poole/hyde
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
26 lines (26 loc) · 812 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
{
"name": "docs",
"version": "0.0.0",
"description": "Welcome to the new Smartling Developer Documntation Prototype. This site is hosted by Github Pages and built on Hyde, a basic theme for the Jekyll static site generator.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/smartlingtestdocs/smartlingtestdocs.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/smartlingtestdocs/smartlingtestdocs.github.io/issues"
},
"homepage": "https://github.com/smartlingtestdocs/smartlingtestdocs.github.io",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.0.1"
},
"dependencies": {
"unirest": "^0.4.2"
}
}