-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 853 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": "crypto-task",
"version": "0.1.2",
"description": "Encrypt / decrypt files",
"homepage": "https://github.com/FalloutX/crypto-task",
"main": "Gruntfile.js",
"author": {
"name": "Olivier Penhoat",
"email": "[email protected]"
},
"contributors": [
{
"name": "Inderjit Sidhu",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/FalloutX/crypto-task"
},
"bugs": {
"url": "https://github.com/FalloutX/crypto-task/issues"
},
"licenses": [
{
"type": "EUPL",
"url": "https://github.com/FalloutX/crypto-task/blob/master/EUPL-1.1.txt"
}
],
"engines": {
"node": "*"
},
"dependencies": {
"kruptos": "0.0.3"
},
"devDependencies": {
"grunt": "0.4.0rc8",
"grunt-contrib-clean": "0.4.0rc6"
}
}