File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " jquery-csv" ,
3
3
"version" : " 1.0.3" ,
4
4
"description" : " A jQuery CSV parser plugin. Battle Tested | Optimized | 100% IETF RFC 4180 Complete" ,
5
+ "license" : " MIT" ,
6
+ "repository" : " http://github.com/typeiii/jquery-csv/" ,
5
7
"author" : {
6
8
"name" : " Evan Plaice" ,
7
9
"email" : " evan.plaice@gmail.com" ,
14
16
"url" : " http://coltonehrman.com"
15
17
}
16
18
],
17
- "devDependencies" : {
18
- "tap-spec" : " ^5.0.0" ,
19
- "tape" : " ^4.8.0"
20
- },
21
19
"main" : " src/jquery.csv.js" ,
22
20
"scripts" : {
23
21
"start" : " npx live-server" ,
30
28
"preversion" : " npm run lint && npm run test && npm run minify" ,
31
29
"postversion" : " git push --follow-tags"
32
30
},
33
- "license" : " MIT" ,
34
- "repository" : " http://github.com/typeiii/jquery-csv/" ,
31
+
32
+ "devDependencies" : {
33
+ "tap-spec" : " ^5.0.0" ,
34
+ "tape" : " ^4.8.0"
35
+ },
35
36
"semistandard" : {
36
37
"globals" : [
37
38
" $" ,
You can’t perform that action at this time.
0 commit comments