2017-04-21 19:56:27 +01:00
|
|
|
{
|
|
|
|
"name": "theorangeone.net",
|
|
|
|
"version": "1.0.0",
|
2017-04-30 11:32:15 +01:00
|
|
|
"scripts": {
|
|
|
|
"build": "node scripts/build.js"
|
|
|
|
},
|
2017-04-21 19:56:27 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github:RealOrangeOne/theorangeone.net"
|
|
|
|
},
|
|
|
|
"author": "Jake Howard <git@theorangeone.net>",
|
2017-04-21 19:59:19 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"browserify": "14.3.0",
|
2017-04-22 19:39:22 +01:00
|
|
|
"ncp": "2.0.0",
|
2017-04-30 11:32:15 +01:00
|
|
|
"node-sass": "4.5.2"
|
2017-04-21 22:20:47 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-22 16:35:13 +01:00
|
|
|
"bootstrap": "4.0.0-alpha.6",
|
2017-04-22 15:58:44 +01:00
|
|
|
"font-awesome": "4.7.0",
|
|
|
|
"jquery": "3.2.1"
|
2017-04-21 19:59:19 +01:00
|
|
|
}
|
2017-04-21 19:56:27 +01:00
|
|
|
}
|