We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ce6ac commit fcf7a04Copy full SHA for fcf7a04
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "js-exercises-functions-arrays",
3
+ "version": "1.0.0",
4
+ "description": "A collection of JavaScript exercises focusing on basic functions and arrays.",
5
+ "scripts": {
6
+ "test": "echo \"Error: no test specified\" && exit 1"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/dinruz/js-exercises-functions-arrays.git"
11
12
+ "keywords": [
13
+ "javascript",
14
+ "exercises",
15
+ "learning",
16
+ "web development"
17
+ ],
18
+ "author": "dinruz",
19
+ "license": "ISC",
20
+ "bugs": {
21
+ "url": "https://github.com/dinruz/js-exercises-functions-arrays/issues"
22
23
+ "homepage": "https://github.com/dinruz/js-exercises-functions-arrays#readme"
24
+}
0 commit comments