-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 917 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 917 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
37
38
39
40
{
"name": "@missive/ndex",
"version": "1.0.0",
"description": "Ndex is an indexedDB wrapper",
"author": "Etienne Lemay <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/missive/ndex.git"
},
"homepage": "https://github.com/missive/ndex",
"bugs": {
"url": "https://github.com/missive/ndex/issues"
},
"license": "MIT",
"keywords": [
"Ndex",
"indexedDB",
"indexeddb"
],
"main": "lib/ndex.coffee",
"devDependencies": {
"chai": "^2.1.2",
"chai-as-promised": "^4.3.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.8.0",
"del": "^1.1.1",
"gulp": "4.0.2",
"gulp-connect": "5.7.0",
"gulp-webpack": "1.5.0",
"mocha": "2.0.1",
"mocha-loader": "0.7.1",
"raw-loader": "^0.5.1",
"simple-mock": "^0.2.9",
"webpack": "^1.5.3"
},
"scripts": {
"start": "gulp",
"dist": "gulp dist"
}
}