-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 898 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 898 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
34
35
{
"author": "Game of Drones",
"contributors": [],
"name": "devil",
"description": "Espace adherent MNH",
"version": "0.0.1-SNAPSHOT",
"homepage": "https://github.com/gameofdrones/devil",
"repository": {
"type": "git",
"url": "https://github.com/gameofdrones/devil"
},
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-less": "~0.6.0",
"grunt-shell": "0.2.2",
"grunt-recess": "0.3.3",
"grunt-karma": "~0.4.4",
"grunt-parallel": "~0.2.0",
"matchdep": "~0.1.1",
"bower": "~0.9.2",
"path": "~0.4.9",
"jshint-junit-reporter": "~0.0.6"
}
}