-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 995 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
41
42
43
44
45
{
"name": "transmogrifier.js",
"version": "0.0.3",
"description": "Transformation of properties into a binary string and back.",
"main": "src/transmogrifier.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"keywords": [
"encode",
"decode",
"serial",
"serial number",
"product key",
"binary string",
"transmogrifier",
"transmogrify"
],
"dependencies": {
"left-pad": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jpgrusling/transmogrifier"
},
"bugs": {
"url": "https://github.com/jpgrusling/transmogrifier/issues"
},
"author": {
"name": "JP Grusling",
"email": "jpgrusling@gmail.com"
},
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"mocha": "^2.4.5",
"run-sequence": "^1.2.1"
}
}