-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 930 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
41
{
"description": "Protokol inplementation for node.js",
"private": false,
"version": "1.2.0",
"author": "aus der Technik - Simon & Simon GbR",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"main": "protocols.js",
"homepage": "https://ausdertechnik.de",
"keywords": [
"Protocol",
"Interface",
"Confirms"
],
"scripts": {
"test": "find ./tests -name '*Test.js' | xargs node_modules/mocha/bin/mocha -R spec"
},
"dependencies": {
"grunt-cli": "^0.1.13",
"string": "^3.3.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"minami": "^1.1.0",
"grunt-jsdoc": "^1.1.0",
"assert": "^1.3.0",
"grunt": "^0.4.5",
"load-grunt-tasks": "^3.4.0",
"grunt-exec": "^0.4.6",
"expect": "^1.6.0",
"mocha": "^2.2.5",
"chai": "^3.5.0"
},
"name": "node-protocols",
"repository": {
"url": "https://github.com/aus-der-Technik/node-protocols.git",
"type": "git"
}
}