2015-10-19 13:04:49 +01:00
|
|
|
{
|
|
|
|
"name": "TheOrangeOne-Site",
|
2016-08-13 20:30:57 +01:00
|
|
|
"version": "4.0.0",
|
2016-01-14 19:17:13 +00:00
|
|
|
"description": " Source code for TheOrangeOne.net",
|
2015-10-19 13:04:49 +01:00
|
|
|
"scripts": {
|
2017-01-13 19:38:29 +00:00
|
|
|
"postinstall": "npm run create-build-dirs",
|
|
|
|
"create-build-dirs": "mkdir -p theme/static/build/js theme/static/build/fonts theme/static/build/css theme/static/build/img",
|
2017-01-11 08:54:32 +00:00
|
|
|
"start": "tstatic output/"
|
2015-10-19 13:04:49 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-10-19 13:07:00 +01:00
|
|
|
"url": "https://github.com/RealOrangeOne/theorangeone.net"
|
2015-10-19 13:04:49 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-10-02 13:00:18 +01:00
|
|
|
"animate.css": "=3.5.2",
|
2016-08-27 21:13:07 +01:00
|
|
|
"ansi_up": "=1.3.0",
|
2016-08-06 21:34:16 +01:00
|
|
|
"bootstrap-sass": "=3.3.7",
|
2017-01-13 09:19:04 +00:00
|
|
|
"font-awesome": "=4.7.0",
|
|
|
|
"jquery": "=3.1.1",
|
|
|
|
"jquery.easing": "=1.4.1",
|
2017-01-11 22:11:25 +00:00
|
|
|
"tstatic": "RealOrangeOne/tstatic",
|
2016-05-16 22:29:34 +01:00
|
|
|
"underscore": "=1.8.3",
|
2017-01-13 09:19:04 +00:00
|
|
|
"wow.js": "=1.2.2"
|
2015-10-19 13:04:49 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-13 09:19:04 +00:00
|
|
|
"autoprefixer": "=6.6.1",
|
|
|
|
"browserify": "=13.3.0",
|
|
|
|
"clean-css": "=3.4.23",
|
2017-01-11 22:11:25 +00:00
|
|
|
"eslint-config": "dabapps/eslint-config.git#2.0.4",
|
2016-08-06 21:34:16 +01:00
|
|
|
"markdown-spellcheck": "=0.11.0",
|
2017-01-13 09:19:04 +00:00
|
|
|
"node-sass": "=4.3.0",
|
|
|
|
"nsp": "=2.6.2",
|
2016-10-02 13:00:18 +01:00
|
|
|
"postcss-cli": "=2.6.0",
|
2017-01-13 09:19:04 +00:00
|
|
|
"sass-lint": "=1.10.2",
|
|
|
|
"uglify-js": "=2.7.5"
|
2015-10-19 13:04:49 +01:00
|
|
|
}
|
|
|
|
}
|