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-10 14:00:21 +00:00
|
|
|
"postinstall": "npm run create-build-dirs && npm run copy-fonts",
|
2017-01-09 22:14:38 +00:00
|
|
|
"create-build-dirs": "mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css theme/static/build/img",
|
2017-01-10 17:52:42 +00:00
|
|
|
"copy-fonts": "cp -R node_modules/font-awesome/fonts theme/static/build/"
|
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",
|
|
|
|
"font-awesome": "=4.6.3",
|
2016-05-13 20:55:56 +01:00
|
|
|
"jquery": "=2.2.3",
|
2016-08-08 21:17:26 +01:00
|
|
|
"jquery.easing": "=1.3.2",
|
2016-05-16 22:29:34 +01:00
|
|
|
"underscore": "=1.8.3",
|
|
|
|
"wow.js": "=1.2.0"
|
2015-10-19 13:04:49 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-10-02 13:00:18 +01:00
|
|
|
"autoprefixer": "=6.5.0",
|
2016-08-06 21:34:16 +01:00
|
|
|
"browserify": "=13.1.0",
|
2016-10-02 13:00:18 +01:00
|
|
|
"clean-css": "=3.4.20",
|
2015-12-09 18:45:28 +00:00
|
|
|
"eslint": "=1.5.0",
|
2017-01-11 08:46:42 +00:00
|
|
|
"eslint-config": "git://github.com/dabapps/eslint-config.git#1.1.4",
|
2016-08-06 21:34:16 +01:00
|
|
|
"markdown-spellcheck": "=0.11.0",
|
|
|
|
"node-sass": "=3.8.0",
|
2016-10-02 12:42:39 +01:00
|
|
|
"nsp": "=2.6.1",
|
2016-10-02 13:00:18 +01:00
|
|
|
"postcss-cli": "=2.6.0",
|
|
|
|
"sass-lint": "=1.9.1",
|
|
|
|
"uglify-js": "=2.7.3"
|
2015-10-19 13:04:49 +01:00
|
|
|
}
|
|
|
|
}
|