-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 944 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "wordpress-elixir",
"version": "1.0.0",
"description": "WordPress Elixir Starter Theme",
"license": "MIT",
"contributors": [
{
"name": "Ethan Clevenger",
"email": "[email protected]",
"url": "http://ethanclevenger.com"
},
{
"name": "Nick Hoobin",
"email": "[email protected]"
},
{
"name": "Tyler Abbott",
"email": "[email protected]"
},
{
"name": "Michael Dippold",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/webspec-design/wordpress-elixir"
},
"dependencies": {
"bootstrap-sass": "^3.3.6",
"font-awesome": "^4.6.1"
},
"devDependencies": {
"elixir-tinypng": "^1.1.0",
"gulp": "^3.9.1",
"laravel-elixir": "^5.0.0"
},
"browser": {
"bootstrap": "./node_modules/bootstrap-sass/assets/javascripts/bootstrap.js"
}
}