File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2015 James Smith
3+ Copyright (c) 2015 Archfirst
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11{
22 "name" : " join-js" ,
33 "description" : " A library to map complex database joins to nested objects." ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.1.0 " ,
55 "author" : " Naresh Bhatia" ,
66 "license" : " MIT" ,
77 "homepage" : " https://github.com/archfirst/joinjs" ,
88 "repository" : {
99 "type" : " git" ,
1010 "url" : " https://github.com/archfirst/joinjs.git"
1111 },
12- "main" : " dist/index.js" ,
1312 "scripts" : {
1413 "test" : " gulp" ,
1514 "build" : " gulp build" ,
3938 "sinon" : " ^1.12.2" ,
4039 "sinon-chai" : " ^2.7.0"
4140 },
41+ "files" : [
42+ " dist/" ,
43+ " src/" ,
44+ " test/" ,
45+ " LICENSE" ,
46+ " README.md"
47+ ],
48+ "main" : " dist/index.js" ,
4249 "nodeBoilerplateOptions" : {
4350 "mochaGlobals" : [
4451 " stub" ,
You can’t perform that action at this time.
0 commit comments