-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 846 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
{
"name": "php-serializer",
"description": "Functions to serialize and unserialize data ont PHP serialization standard.",
"version": "0.1.0",
"homepage": "https://github.com/filipiz/node-php-serializer",
"author": {
"name": "Filipi Zimermann",
"email": "[email protected]",
"url": "http://filipiz.com"
},
"repository": {
"type": "git",
"url": "git://github.com/filipiz/node-php-serializer.git"
},
"bugs": {
"url": "https://github.com/filipiz/node-php-serializer/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/filipiz/node-php-serializer/blob/master/LICENSE-MIT"
}
],
"main": "lib/php-serializer",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.3.17"
},
"keywords": []
}