-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "skelt",
"description": "Templating engine for object literals",
"version": "1.0.2",
"license": "MIT",
"authors": [
"Demangeon Julien <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/marmelab/skelt"
},
"bugs": {
"url": "https://github.com/marmelab/skelt/issues"
},
"main": "lib/index.js",
"scripts": {
"prepublish": "make build"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"eslint": "6.6.0",
"eslint-plugin-import": "2.18.2",
"jest": "24.9.0"
},
"contributors": [
"Alexis Janvier <[email protected]> (https://github.com/alexisjanvier)",
"Francois Zaninotto (https://github.com/fzaninotto)",
"Jonathan Petitcolas <[email protected]> (https://github.com/jpetitcolas)",
"Julien Demangeon <[email protected]> (https://github.com/jdemangeon)"
]
}