-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 886 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
{
"author": {
"name": "Sequoia McDowell",
"email": "<[email protected]>"
},
"name": "afonigizer",
"description": "Pseudo-anonymize names & avatars on facebook & elsewhere",
"version": "0.3.0",
"homepage": "https://github.com/Sequoia/afonigizer",
"repository": {
"type": "git",
"url": "git://github.com/Sequoia/afonigizer.git"
},
"license": "GPL3",
"main": "afonigizer.js",
"scripts": {
"test": "grunt travis"
},
"dependencies": {},
"devDependencies": {
"grunt": "*",
"jasmine-node": "*",
"underscore": "*",
"UnderscoreMatchersForJasmine": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-jasmine-node": "*",
"grunt-cli": "*",
"grunt-git": "*",
"grunt-template": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}