-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 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
{
"name": "edit-atlas",
"version": "0.18.0",
"author": "Bruno Lesieur <bruno.lesieur@gmail.com>",
"description": "Exemple de Content filling sans peine avec NodeAtlas.",
"private": false,
"scripts": {
"start": "node www.lesieur.name.edit.na"
},
"repository": {
"type": "git",
"url": "https://github.com/MachinisteWeb/EditAtlas.git"
},
"license": {
"type": "GPL-2.0",
"url": "https://github.com/MachinisteWeb/EditAtlas/LICENSE"
},
"bugs": {
"url": "https://github.com/MachinisteWeb/EditAtlas/issues"
},
"dependencies": {
"cookie": "^0.3.1",
"node-atlas": "^2.0.8",
"socket.io": "^2.4.1"
},
"engines": {
"node": ">=0.10.10"
},
"readmeFilename": "README.md"
}