-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 921 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 921 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
{
"name": "nutella_lib",
"version": "0.6.11",
"description": "Nutella library for JavaScript",
"main": "src/nutella_lib.js",
"browser": "src/nutella_lib_browser.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/nutella-framework/nutella_lib.js"
},
"dependencies": {
"mkdirp": "^0.5.0",
"mongodb": "^2.0.31",
"mqtt": "^1.1.4",
"spark-md5": "0.0.5"
},
"devDependencies": {
"browserify": "^9.0.3",
"chai": "^2.1.2",
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"mocha": "^2.2.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.6.2"
},
"keywords": [
"nutella",
"framework"
],
"author": "Alessandro Gnoli",
"license": "MIT",
"bugs": {
"url": "https://github.com/nutella-framework/nutella_lib.js/issues"
},
"homepage": "https://github.com/nutella-framework/nutella_lib.js"
}