-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 925 Bytes
/
package.json
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": "voice-it",
"version": "0.0.1",
"main": "lib/voice-it.js",
"files": [
"lib"
],
"license": "MIT",
"description": "VoiceIt API wrapper",
"keywords": [],
"homepage": "https://github.com/iszak/voice-it-node",
"bugs": "https://github.com/iszak/voice-it-node/issues",
"author": {
"name": "Iszak Bryan",
"email": "iszak.bryan@gmail.com",
"url": "http://iszak.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/iszak/voice-it-node"
},
"dependencies": {
"bluebird": "^3.3.4",
"crypto-js": "^3.1.6"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-cli": "^1.1.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"load-grunt-config": "^0.19.1",
"load-grunt-tasks": "^3.4.1",
"mocha": "^2.4.5"
},
"scripts": {
"test": "grunt"
}
}