forked from catch-design/php-js-dev-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 964 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 964 Bytes
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
{
"name": "catchdevtest",
"version": "1.0.0",
"description": "This is my attempt at the PHP JavaScript Developer Test. This took a little under 2 hours to complete.",
"main": "script.js",
"dependencies": {
"bootstrap": "^4.0.0-beta",
"jquery": "^3.2.1",
"popper.js": "^1.12.6",
"template7": "^1.3.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MathewBoyles/php-js-dev-test.git"
},
"author": "Mathew Boyles",
"license": "ISC",
"bugs": {
"url": "https://github.com/MathewBoyles/php-js-dev-test/issues"
},
"homepage": "https://github.com/MathewBoyles/php-js-dev-test#readme"
}