-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 815 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 815 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
36
{
"name": "deep-modes",
"version": "0.9.1",
"description": "Generic modes (roles, environment, ...) management for javascript app.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/deepjs/deep-modes"
},
"keywords": [
"javascript",
"deepjs",
"modes",
"roles",
"environment"
],
"author": "Gilles Coomans <gilles.coomans@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/deepjs/deep-modes/issues"
},
"homepage": "https://github.com/deepjs/deep-modes",
"dependencies": {
"deep-promise": ">=1.0.0",
"deep-utils": ">=1.0.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"chai": "^2.2.0",
"gulp-jshint": "^1.10.0",
"jshint-stylish": "^1.0.1"
}
}