1
Fork 0
theorangeone.net-legacy/package.json

29 lines
689 B
JSON
Raw Normal View History

2017-04-21 19:56:27 +01:00
{
"name": "theorangeone.net",
"version": "1.0.0",
2017-05-05 19:49:57 +01:00
"scripts": {
"start": "tstatic public/"
},
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-30 22:46:42 +01:00
"eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v3.0.0",
2017-05-06 15:41:03 +01:00
"markdown-spellcheck": "0.11.0",
2017-04-30 22:52:59 +01:00
"node-sass": "4.5.2",
2017-05-06 15:41:03 +01:00
"sass-lint": "1.10.2",
"yaml-lint": "0.0.4"
2017-04-21 22:20:47 +01:00
},
"dependencies": {
2017-09-17 11:02:43 +01:00
"bootstrap": "4.0.0-beta",
2017-04-22 15:58:44 +01:00
"font-awesome": "4.7.0",
2017-05-05 19:49:57 +01:00
"jquery": "3.2.1",
2017-07-09 17:49:45 +01:00
"lg-thumbnail": "1.0.3",
"lightgallery": "1.4.0",
2017-07-08 14:50:24 +01:00
"tstatic": "1.1.0"
2017-04-21 19:59:19 +01:00
}
2017-04-21 19:56:27 +01:00
}