-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.28 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "klassified",
"version": "4.0.1",
"description": "A simple object model for JavaScript",
"main": "src/klassified.js",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "jasmine",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foretagsplatsen/klassified.git"
},
"keywords": [
"js",
"crockford",
"object"
],
"contributors": [
{
"name": "Nicolas Petton",
"email": "nicolas@petton.fr",
"url": "http://nicolas-petton.fr/"
},
{
"name": "Benjamin Van Ryseghem",
"email": "benjamin@vanryseghem.com",
"url": "http://benjamin.vanryseghem.com"
}
],
"author": "See `authors`",
"authors": [
{
"name": "Nicolas Petton",
"email": "nicolas@petton.fr",
"url": "http://nicolas-petton.fr/"
},
{
"name": "Benjamin Van Ryseghem",
"email": "benjamin@vanryseghem.com",
"url": "http://benjamin.vanryseghem.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/foretagsplatsen/klassified/issues"
},
"homepage": "https://github.com/foretagsplatsen/klassified#readme",
"engines": {},
"devDependencies": {
"@foretagsplatsen/eslint-plugin": "^9.0.0",
"eslint": "^9.9.0",
"eslint-plugin-jasmine": "^4.2.0",
"globals": "^15.8.0",
"jasmine": "^5.2.0"
}
}