-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "wave-developers.github.io-source",
"version": "0.1.5",
"description": "wave developers source for assemble.io",
"main": "index.js",
"scripts": {
"start": "grunt build",
"test": "echo \"Doesn't have tests yet!\""
},
"repository": {
"type": "git",
"url": "https://github.com/wave-developers/wave-developers.github.io-source.git"
},
"keywords": [
"assemble.io",
"conference",
"meetup",
"community"
],
"author": "Eugene Krevenets <[email protected]> (hyzhak.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wave-developers/wave-developers.github.io-source/issues"
},
"homepage": "https://github.com/wave-developers/wave-developers.github.io-source",
"devDependencies": {
"assemble": "^0.4.42",
"assemble-middleware-rss": "^0.2.5",
"assemble-middleware-sitemap": "^0.2.5",
"grunt": "^0.4.5",
"grunt-bump": "^0.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.10.0"
},
"dependencies": {
"bootstrap": "^3.3.4",
"grunt-assemble-permalinks": "^0.1.0"
}
}