Skip to content

Commit a97b5fb

Browse files
Vladimir Chizhovevanplaice
authored andcommitted
node package descriptor (package.json)
Some issues: 1. Version set to 0.7.1 (instead of original 0.71) to conform npm conventions. 2. Source repo url set to original project (located on google-code), but that repo actually doesn't contain these changes (and maybe won't ever contain).
1 parent 5620b81 commit a97b5fb

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "jquery-csv",
3+
"version": "0.7.1",
4+
"description": "CSV parser (complete, end-to-end, battle tested, performance optimized, 100% IETF RFC 4180 compatible) in pure js to be used with jQuery, nodejs and more",
5+
"author": {
6+
"name": "Evan Plaice",
7+
"email": "evan.plaice@gmail.com"
8+
},
9+
"dependencies": {
10+
},
11+
"devDependencies": {
12+
},
13+
"main": "src/jquery.csv.js",
14+
"engines": {
15+
"node": ">= 0.8.x"
16+
},
17+
"license": {
18+
"type": "MIT"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "http://code.google.com/p/jquery-csv/"
23+
}
24+
}
25+

0 commit comments

Comments
 (0)